aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2007-07-12 04:15:55 +0000
committerStefan Monnier <[email protected]>2007-07-12 04:15:55 +0000
commit8b9571399325e40c53e193178f29a2a94594421c (patch)
tree142618d2238e7ea920b9c9a39082b6e54980727c
parentc788d366815aba6e70d2786d1bf5894a45e8b326 (diff)
(pcomplete-entries): Obey pcomplete-ignore-case.
-rw-r--r--lisp/pcomplete.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el
index efb5980766..86d930127b 100644
--- a/lisp/pcomplete.el
+++ b/lisp/pcomplete.el
@@ -711,6 +711,7 @@ If PREDICATE is non-nil, it will also be used to refine the match
If no directory information can be extracted from the completed
component, `default-directory' is used as the basis for completion."
(let* ((name (substitute-env-vars pcomplete-stub))
+ (completion-ignore-case pcomplete-ignore-case)
(default-directory (expand-file-name
(or (file-name-directory name)
default-directory)))