Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b6c78ef2
Commit
b6c78ef2
authored
Jul 13, 2011
by
Juanma Barranquero
Committed by
Lars Magne Ingebrigtsen
Jul 13, 2011
Browse files
(completion-ignored-extensions): Add OpenMCL/Clozure binary endings.
Fixes: debbugs:4440
parent
a2014063
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/bindings.el
lisp/bindings.el
+6
-3
No files found.
lisp/ChangeLog
View file @
b6c78ef2
2011-07-13 Juanma Barranquero <lekktu@gmail.com>
* bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
binary endings (bug#4440).
2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
* info.el (info-insert-file-contents): Inhibit jka-compr messages,
...
...
lisp/bindings.el
View file @
b6c78ef2
...
...
@@ -594,9 +594,12 @@ is okay. See `mode-line-format'.")
"
.
fas
" "
.
lib
" "
.
mem
"
;; CMUCL
"
.
x86f
" "
.
sparcf
"
;; Other CL implementations (Allegro, LispWorks, OpenMCL)
"
.
fasl
" "
.
ufsl
" "
.
fsl
" "
.
dxl
" "
.
pfsl
" "
.
dfsl
"
"
.
p64fsl
" "
.
d64fsl
" "
.
dx64fsl
"
;; OpenMCL / Clozure CL
"
.
dfsl
" "
.
pfsl
" "
.
d64fsl
" "
.
p64fsl
" "
.
lx64fsl
" "
.
lx32fsl
"
"
.
dx64fsl
" "
.
dx32fsl
" "
.
fx64fsl
" "
.
fx32fsl
" "
.
sx64fsl
"
"
.
sx32fsl
" "
.
wx64fsl
" "
.
wx32fsl
"
;; Other CL implementations (Allegro, LispWorks)
"
.
fasl
" "
.
ufsl
" "
.
fsl
" "
.
dxl
"
;; Libtool
"
.
lo
" "
.
la
"
;; Gettext
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment