Mercurial > emacs
changeset 21309:dfa28803a4aa
(completion-ignored-extensions): Add a few.
(debug-ignored-errors): Add file-supersession.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 28 Mar 1998 21:56:57 +0000 |
parents | 6d8fff47f6a0 |
children | d5dab6049412 |
files | lisp/bindings.el |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Sat Mar 28 21:55:22 1998 +0000 +++ b/lisp/bindings.el Sat Mar 28 21:56:57 1998 +0000 @@ -138,6 +138,12 @@ ".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 @@ (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$"