diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-12-16 19:29:06 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-12-16 19:29:06 +0000 |
commit | d20f4d98130e208e1beb12d9bc86ee3b59304e07 (patch) | |
tree | 2587d5a450fea3f6901bd5914a086df752fbeccd /lisp/bindings.el | |
parent | ba8b2c1a39dd75f18543c3fbf46d721f41f8e164 (diff) | |
download | emacs-d20f4d98130e208e1beb12d9bc86ee3b59304e07.tar.gz |
(completion-ignored-extensions): Add .tfm.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 380f9a7e69c..93876b9a6f6 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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 |