(completion-ignored-extensions): Add OpenMCL/Clozure binary endings.
Fixes: debbugs:4440
This commit is contained in:
committed by
Lars Magne Ingebrigtsen
parent
a201406306
commit
b6c78ef21f
@@ -1,3 +1,8 @@
|
||||
2011-07-13 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
|
||||
binary endings (bug#4440).
|
||||
|
||||
2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* info.el (info-insert-file-contents): Inhibit jka-compr messages,
|
||||
|
||||
@@ -594,9 +594,12 @@ is okay. See `mode-line-format'.")
|
||||
".fas" ".lib" ".mem"
|
||||
;; CMUCL
|
||||
".x86f" ".sparcf"
|
||||
;; Other CL implementations (Allegro, LispWorks, OpenMCL)
|
||||
".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl"
|
||||
".p64fsl" ".d64fsl" ".dx64fsl"
|
||||
;; OpenMCL / Clozure CL
|
||||
".dfsl" ".pfsl" ".d64fsl" ".p64fsl" ".lx64fsl" ".lx32fsl"
|
||||
".dx64fsl" ".dx32fsl" ".fx64fsl" ".fx32fsl" ".sx64fsl"
|
||||
".sx32fsl" ".wx64fsl" ".wx32fsl"
|
||||
;; Other CL implementations (Allegro, LispWorks)
|
||||
".fasl" ".ufsl" ".fsl" ".dxl"
|
||||
;; Libtool
|
||||
".lo" ".la"
|
||||
;; Gettext
|
||||
|
||||
Reference in New Issue
Block a user