1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

(completion-ignored-extensions): Add .dfsl.

This commit is contained in:
John Paul Wallington 2004-09-20 17:39:21 +00:00
parent 4d894c989e
commit 2e74da96e5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-09-20 John Paul Wallington <jpw@gnu.org>
* bindings.el (completion-ignored-extensions): Add .dfsl.
2004-09-20 Richard M. Stallman <rms@gnu.org>
* bindings.el (scroll-left): Make it disabled.

View File

@ -517,7 +517,7 @@ is okay. See `mode-line-format'.")
;; CMUCL
".x86f" ".sparcf"
;; Other CL implementations (Allegro, LispWorks, OpenMCL)
".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl"
".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl"
;; Libtool
".lo" ".la"
;; Gettext