aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-27 15:41:49 +0000
committerGerd Moellmann2000-07-27 15:41:49 +0000
commitf7e1a28d002beee0e57eacab9a2244aac47fa6c9 (patch)
treec0d450d967313e79aba51cf2e76036aa06d48176
parent27f7385243b2afde8cfcb8d43a77afd1937bd5bd (diff)
downloademacs-f7e1a28d002beee0e57eacab9a2244aac47fa6c9.tar.gz
emacs-f7e1a28d002beee0e57eacab9a2244aac47fa6c9.zip
(completion-ignored-extensions): Add `.la', `.lo',
and `.class'.
-rw-r--r--lisp/bindings.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index c6aefec186c..54a25f32f73 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -372,6 +372,10 @@ buffer, mouse-2: prev, M-mouse-2: next, mouse-3: buffer menu")
372 ".fas" ".lib" 372 ".fas" ".lib"
373 ;; CMUCL 373 ;; CMUCL
374 ".x86f" ".sparcf" 374 ".x86f" ".sparcf"
375 ;; Libtool
376 ".lo" ".la"
377 ;; Java
378 ".class"
375 ;; Texinfo-related 379 ;; Texinfo-related
376 ".toc" ".log" ".aux" 380 ".toc" ".log" ".aux"
377 ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" 381 ".cp" ".fn" ".ky" ".pg" ".tp" ".vr"