emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105158: (completion-ignored-extensio


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105158: (completion-ignored-extensions): Add OpenMCL/Clozure binary endings.
Date: Wed, 13 Jul 2011 15:39:23 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105158
fixes bug(s): http://debbugs.gnu.org/4440
author: Juanma Barranquero <address@hidden>
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Wed 2011-07-13 15:39:23 +0200
message:
  (completion-ignored-extensions): Add OpenMCL/Clozure binary endings.
modified:
  lisp/ChangeLog
  lisp/bindings.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-13 13:35:02 +0000
+++ b/lisp/ChangeLog    2011-07-13 13:39:23 +0000
@@ -1,3 +1,8 @@
+2011-07-13  Juanma Barranquero  <address@hidden>
+
+       * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
+       binary endings (bug#4440).
+
 2011-07-13  Lars Magne Ingebrigtsen  <address@hidden>
 
        * info.el (info-insert-file-contents): Inhibit jka-compr messages,

=== modified file 'lisp/bindings.el'
--- a/lisp/bindings.el  2011-07-07 01:46:59 +0000
+++ b/lisp/bindings.el  2011-07-13 13:39:23 +0000
@@ -594,9 +594,12 @@
         ".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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]