aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2011-07-13 15:39:23 +0200
committerLars Magne Ingebrigtsen2011-07-13 15:39:23 +0200
commitb6c78ef21f1ecaaa34439ee5c731cfb3dbda1e40 (patch)
tree0ac3681e959e7aebf1163a181c11d6fa6513a7aa
parenta2014063066a4b6feb66eba883fae94e26e01087 (diff)
downloademacs-b6c78ef21f1ecaaa34439ee5c731cfb3dbda1e40.tar.gz
emacs-b6c78ef21f1ecaaa34439ee5c731cfb3dbda1e40.zip
(completion-ignored-extensions): Add OpenMCL/Clozure binary endings.
Fixes: debbugs:4440
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/bindings.el9
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 @@
12011-07-13 Juanma Barranquero <lekktu@gmail.com>
2
3 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
4 binary endings (bug#4440).
5
12011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> 62011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 7
3 * info.el (info-insert-file-contents): Inhibit jka-compr messages, 8 * 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'.")
594 ".fas" ".lib" ".mem" 594 ".fas" ".lib" ".mem"
595 ;; CMUCL 595 ;; CMUCL
596 ".x86f" ".sparcf" 596 ".x86f" ".sparcf"
597 ;; Other CL implementations (Allegro, LispWorks, OpenMCL) 597 ;; OpenMCL / Clozure CL
598 ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl" 598 ".dfsl" ".pfsl" ".d64fsl" ".p64fsl" ".lx64fsl" ".lx32fsl"
599 ".p64fsl" ".d64fsl" ".dx64fsl" 599 ".dx64fsl" ".dx32fsl" ".fx64fsl" ".fx32fsl" ".sx64fsl"
600 ".sx32fsl" ".wx64fsl" ".wx32fsl"
601 ;; Other CL implementations (Allegro, LispWorks)
602 ".fasl" ".ufsl" ".fsl" ".dxl"
600 ;; Libtool 603 ;; Libtool
601 ".lo" ".la" 604 ".lo" ".la"
602 ;; Gettext 605 ;; Gettext