From 8b9571399325e40c53e193178f29a2a94594421c Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 12 Jul 2007 04:15:55 +0000 Subject: [PATCH] (pcomplete-entries): Obey pcomplete-ignore-case. --- lisp/pcomplete.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el index efb5980766d..86d930127b5 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))) -- 2.39.2