From: Juanma Barranquero Date: Wed, 13 Jul 2011 13:39:23 +0000 (+0200) Subject: (completion-ignored-extensions): Add OpenMCL/Clozure binary endings. X-Git-Tag: emacs-pretest-24.0.90~104^2~325 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b6c78ef21f1ecaaa34439ee5c731cfb3dbda1e40;p=emacs.git (completion-ignored-extensions): Add OpenMCL/Clozure binary endings. Fixes: debbugs:4440 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 96c382c78fc..fdc84cf51ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-07-13 Juanma Barranquero + + * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure + binary endings (bug#4440). + 2011-07-13 Lars Magne Ingebrigtsen * info.el (info-insert-file-contents): Inhibit jka-compr messages, diff --git a/lisp/bindings.el b/lisp/bindings.el index 99d9aa36e35..57601637ed6 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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