diff options
Diffstat (limited to 'lisp')
| -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 |