aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/compile.el
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-05-22 17:41:53 +0000
committerDave Love <[email protected]>2000-05-22 17:41:53 +0000
commitf1ed9461a981f02ee73359e16e102d59b148a89b (patch)
treef06513a73bfd48244137b8af08c696ba6605cc21 /lisp/progmodes/compile.el
parent87207d14072ad049fff1e34643b0e180f7e2ea0d (diff)
Add to debug-ignored-errors.
Diffstat (limited to 'lisp/progmodes/compile.el')
-rw-r--r--lisp/progmodes/compile.el2
1 files changed, 2 insertions, 0 deletions
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