diff options
| author | John Paul Wallington | 2004-09-20 17:39:21 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2004-09-20 17:39:21 +0000 |
| commit | 2e74da96e5aa19f2b99c87860a5f6a3b76ece911 (patch) | |
| tree | 7ae539372425f16f817dac294fd179f732ffec07 | |
| parent | 4d894c989e9572c10e108473da1766e70ba6b874 (diff) | |
| download | emacs-2e74da96e5aa19f2b99c87860a5f6a3b76ece911.tar.gz emacs-2e74da96e5aa19f2b99c87860a5f6a3b76ece911.zip | |
(completion-ignored-extensions): Add .dfsl.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/bindings.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 599eb0a3854..c533b95ab8f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-09-20 John Paul Wallington <jpw@gnu.org> | ||
| 2 | |||
| 3 | * bindings.el (completion-ignored-extensions): Add .dfsl. | ||
| 4 | |||
| 1 | 2004-09-20 Richard M. Stallman <rms@gnu.org> | 5 | 2004-09-20 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * bindings.el (scroll-left): Make it disabled. | 7 | * bindings.el (scroll-left): Make it disabled. |
diff --git a/lisp/bindings.el b/lisp/bindings.el index 12af066b6b6..8fd4f8a994b 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -517,7 +517,7 @@ is okay. See `mode-line-format'.") | |||
| 517 | ;; CMUCL | 517 | ;; CMUCL |
| 518 | ".x86f" ".sparcf" | 518 | ".x86f" ".sparcf" |
| 519 | ;; Other CL implementations (Allegro, LispWorks, OpenMCL) | 519 | ;; Other CL implementations (Allegro, LispWorks, OpenMCL) |
| 520 | ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" | 520 | ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl" |
| 521 | ;; Libtool | 521 | ;; Libtool |
| 522 | ".lo" ".la" | 522 | ".lo" ".la" |
| 523 | ;; Gettext | 523 | ;; Gettext |