]> git.eshelyaron.com Git - emacs.git/commitdiff
(completion-ignored-extensions): Add .pdf.
authorGerd Moellmann <gerd@gnu.org>
Sun, 19 Dec 1999 16:14:37 +0000 (16:14 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 19 Dec 1999 16:14:37 +0000 (16:14 +0000)
lisp/ChangeLog
lisp/bindings.el

index 34221b992b532558f3a4d706f8afa7b69c7739c3..198c486fd2830f3b4ed44650b778272e56a9776b 100644 (file)
@@ -1,3 +1,7 @@
+1999-12-19  Gerd Moellmann  <gerd@gnu.org>
+
+       * bindings.el (completion-ignored-extensions): Add .pdf.
+
 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * version.el: Put the version info into binary on MS-DOS as well.
index 93876b9a6f6e0d8bd0d3c91bb2af713483395e17..2f71f624ccb6b61d4f029eab80d10f02681ff4e4 100644 (file)
@@ -292,7 +292,7 @@ Menu of mode operations in the mode line.")
        '(".elc" ".lof"
         ".glo" ".idx" ".lot"
         ;; TeX-related
-        ".dvi" ".fmt" ".tfm"
+        ".dvi" ".fmt" ".tfm" ".pdf"
         ;; Java compiled
         ".class"
         ;; Clisp