diff options
Diffstat (limited to 'lisp/progmodes/compile.el')
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index e1f04d4a314..ef86ac15917 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 |
