From b6c78ef21f1ecaaa34439ee5c731cfb3dbda1e40 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 13 Jul 2011 15:39:23 +0200 Subject: [PATCH] (completion-ignored-extensions): Add OpenMCL/Clozure binary endings. Fixes: debbugs:4440 --- lisp/ChangeLog | 5 +++++ lisp/bindings.el | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) 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 -- 2.39.5