From: Richard M. Stallman Date: Fri, 17 Apr 1998 22:53:16 +0000 (+0000) Subject: (debug-ignored-errors): Add and remove strings. X-Git-Tag: emacs-20.3~1441 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e6724a8e7d64a08d2b16f21603da11e2ed66ed5;p=emacs.git (debug-ignored-errors): Add and remove strings. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 6af10f12911..94b698f62e4 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -207,6 +207,7 @@ is okay. See `mode-line-format'.") ;; man "^No manpage [0-9]* found$" + "^Can't find the .* manpage$" ;; etags "^No tags table in use; use .* to select one$" @@ -232,7 +233,6 @@ is okay. See `mode-line-format'.") "^This command is inapplicable in the present context$" "^This session group has no parent$" "^Can't hide active session, $" - "^Sorry, I don't do this for everyone...$" "^Ediff: something wrong--no multiple diffs buffer$" "^Can't make context diff for Session $" "^The patch buffer wasn't found$"