(completion-ignored-extensions): Add OpenMCL/Clozure binary endings.

Fixes: debbugs:4440
This commit is contained in:
Juanma Barranquero
2011-07-13 15:39:23 +02:00
committed by Lars Magne Ingebrigtsen
parent a201406306
commit b6c78ef21f
2 changed files with 11 additions and 3 deletions

View File

@@ -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,

View File

@@ -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