diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-04-17 22:53:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-04-17 22:53:16 +0000 |
commit | 4e6724a8e7d64a08d2b16f21603da11e2ed66ed5 (patch) | |
tree | b53054044349f2138e7bcb26b0f867c38f4810f4 /lisp/bindings.el | |
parent | eb915452f40e946bafbac1f683892f2e366574c7 (diff) | |
download | emacs-4e6724a8e7d64a08d2b16f21603da11e2ed66ed5.tar.gz |
(debug-ignored-errors): Add and remove strings.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
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$" |