diff options
| author | John Paul Wallington | 2008-06-05 19:59:49 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2008-06-05 19:59:49 +0000 |
| commit | 7fc743d473b8845cc120e4f2781ebda444501c92 (patch) | |
| tree | 395c17d7323be5ab6f9b2db6e87c90188c6315c3 | |
| parent | 1961ef0413be87ece3c5aac82d50c3f29d4e4ca0 (diff) | |
| download | emacs-7fc743d473b8845cc120e4f2781ebda444501c92.tar.gz emacs-7fc743d473b8845cc120e4f2781ebda444501c92.zip | |
(completion-ignored-extensions): Add .p64fsl, .d64fsl, and .dx64fsl.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/bindings.el | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7bc14c264ea..7e3d537e6ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-06-05 John Paul Wallington <jpw@pobox.com> | ||
| 2 | |||
| 3 | * bindings.el (completion-ignored-extensions): | ||
| 4 | Add .p64fsl, .d64fsl, and .dx64fsl. | ||
| 5 | |||
| 1 | 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * ffap.el (ffap-prompter): Don't use the region. | 8 | * ffap.el (ffap-prompter): Don't use the region. |
diff --git a/lisp/bindings.el b/lisp/bindings.el index 003c95299a6..cb97209924c 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -602,6 +602,7 @@ is okay. See `mode-line-format'.") | |||
| 602 | ".x86f" ".sparcf" | 602 | ".x86f" ".sparcf" |
| 603 | ;; Other CL implementations (Allegro, LispWorks, OpenMCL) | 603 | ;; Other CL implementations (Allegro, LispWorks, OpenMCL) |
| 604 | ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl" | 604 | ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl" |
| 605 | ".p64fsl" ".d64fsl" ".dx64fsl" | ||
| 605 | ;; Libtool | 606 | ;; Libtool |
| 606 | ".lo" ".la" | 607 | ".lo" ".la" |
| 607 | ;; Gettext | 608 | ;; Gettext |