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

index 380f9a7e69c85be760ca94ccfd41b3bac13faf0f..93876b9a6f6e0d8bd0d3c91bb2af713483395e17 100644 (file)
@@ -292,7 +292,7 @@ Menu of mode operations in the mode line.")
        '(".elc" ".lof"
         ".glo" ".idx" ".lot"
         ;; TeX-related
-        ".dvi" ".fmt"
+        ".dvi" ".fmt" ".tfm"
         ;; Java compiled
         ".class"
         ;; Clisp