]> git.eshelyaron.com Git - emacs.git/commitdiff
(completion-ignored-extensions): Add `.la', `.lo',
authorGerd Moellmann <gerd@gnu.org>
Thu, 27 Jul 2000 15:41:49 +0000 (15:41 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 27 Jul 2000 15:41:49 +0000 (15:41 +0000)
and `.class'.

lisp/bindings.el

index c6aefec186cf7e52064e75e302ce9459334a8afb..54a25f32f73556bcdd3fccb406d90b409430d9cb 100644 (file)
@@ -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"