diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2011-07-13 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure | ||
| 4 | binary endings (bug#4440). | ||
| 5 | |||
| 1 | 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2011-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 |