From: Gerd Moellmann Date: Thu, 27 Jul 2000 15:41:49 +0000 (+0000) Subject: (completion-ignored-extensions): Add `.la', `.lo', X-Git-Tag: emacs-pretest-21.0.90~2564 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7e1a28d002beee0e57eacab9a2244aac47fa6c9;p=emacs.git (completion-ignored-extensions): Add `.la', `.lo', and `.class'. --- 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") ".fas" ".lib" ;; CMUCL ".x86f" ".sparcf" + ;; Libtool + ".lo" ".la" + ;; Java + ".class" ;; Texinfo-related ".toc" ".log" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr"