X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/87207d14072ad049fff1e34643b0e180f7e2ea0d..f1ed9461a981f02ee73359e16e102d59b148a89b:/lisp/progmodes/compile.el diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index e1f04d4a31..ef86ac1591 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -2028,6 +2028,8 @@ An error message with no file name and no file name has been seen earlier")) (substring dir (length parent-expanded))))) dir) +(add-to-list 'debug-ignored-errors "^No more errors\\( yet\\|\\)$") + (provide 'compile) ;;; compile.el ends here