]> git.eshelyaron.com Git - emacs.git/commitdiff
(debug-ignored-errors): Add and remove strings.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Apr 1998 22:53:16 +0000 (22:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Apr 1998 22:53:16 +0000 (22:53 +0000)
lisp/bindings.el

index 6af10f12911a658f5fe401deba098275338772d4..94b698f62e4b0cbcedb1b9fcdda4856e2cc5706f 100644 (file)
@@ -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$"