(completion-ignored-extensions): Add .dfsl.
This commit is contained in:
parent
4d894c989e
commit
2e74da96e5
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue