]> git.eshelyaron.com Git - emacs.git/commitdiff
(completion-ignored-extensions): Add a few.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 Mar 1998 21:56:57 +0000 (21:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 Mar 1998 21:56:57 +0000 (21:56 +0000)
(debug-ignored-errors): Add file-supersession.

lisp/bindings.el

index 34ab84ecf8d70eb47a088b2a03102893187bbe13..6af10f12911a658f5fe401deba098275338772d4 100644 (file)
@@ -138,6 +138,12 @@ is okay.  See `mode-line-format'.")
         ".glo" ".idx" ".lot"
         ;; TeX-related
         ".dvi" ".fmt"
+        ;; Java compiled
+        ".class"
+        ;; Clisp
+        ".fas" ".lib"
+        ;; CMUCL
+        ".x86f"
         ;; Texinfo-related
         ".toc" ".log" ".aux"
         ".cp" ".fn" ".ky" ".pg" ".tp" ".vr"
@@ -146,6 +152,7 @@ is okay.  See `mode-line-format'.")
 (setq debug-ignored-errors
       '(beginning-of-line beginning-of-buffer end-of-line
        end-of-buffer end-of-file buffer-read-only
+       file-supersession
        "^Previous command was not a yank$"
        "^Minibuffer window is not active$"
        "^End of history; no next item$"