(debug-ignored-errors): Add file-supersession.
".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"
(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$"