]> git.eshelyaron.com Git - emacs.git/commitdiff
pcomplete: cease ignoring 'completion-ignored-extensions'
authorEshel Yaron <me@eshelyaron.com>
Sun, 12 May 2024 21:02:12 +0000 (23:02 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 12 May 2024 21:02:12 +0000 (23:02 +0200)
lisp/pcomplete.el

index 9a94b2bca025a659702c513a6f6f3bfcf8718f78..5d68a42fab441c6d1aa80100eb6f6c2d504e4f7e 100644 (file)
@@ -917,8 +917,7 @@ this is `comint-dynamic-complete-functions'."
                       . ,(lambda (comps)
                            (sort comps pcomplete-compare-entry-function)))
                      ,@(cdr (completion-file-name-table s p a)))
-        (let ((completion-ignored-extensions nil)
-             (completion-ignore-case completion-ignore-case)
+        (let ((completion-ignore-case completion-ignore-case)
               (tramp-mode (and tramp-mode (not pcomplete-remote-file-ignore)))
               (non-essential (not (file-remote-p s))))
           (completion-table-with-predicate