mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(completion-ignored-extensions): Add .p64fsl, .d64fsl, and .dx64fsl.
This commit is contained in:
parent
1961ef0413
commit
7fc743d473
@ -1,3 +1,8 @@
|
||||
2008-06-05 John Paul Wallington <jpw@pobox.com>
|
||||
|
||||
* bindings.el (completion-ignored-extensions):
|
||||
Add .p64fsl, .d64fsl, and .dx64fsl.
|
||||
|
||||
2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* ffap.el (ffap-prompter): Don't use the region.
|
||||
|
@ -602,6 +602,7 @@ is okay. See `mode-line-format'.")
|
||||
".x86f" ".sparcf"
|
||||
;; Other CL implementations (Allegro, LispWorks, OpenMCL)
|
||||
".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl"
|
||||
".p64fsl" ".d64fsl" ".dx64fsl"
|
||||
;; Libtool
|
||||
".lo" ".la"
|
||||
;; Gettext
|
||||
|
Loading…
Reference in New Issue
Block a user