aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-04-17 22:53:16 +0000
committerRichard M. Stallman1998-04-17 22:53:16 +0000
commit4e6724a8e7d64a08d2b16f21603da11e2ed66ed5 (patch)
treeb53054044349f2138e7bcb26b0f867c38f4810f4
parenteb915452f40e946bafbac1f683892f2e366574c7 (diff)
downloademacs-4e6724a8e7d64a08d2b16f21603da11e2ed66ed5.tar.gz
emacs-4e6724a8e7d64a08d2b16f21603da11e2ed66ed5.zip
(debug-ignored-errors): Add and remove strings.
-rw-r--r--lisp/bindings.el2
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'.")
207 207
208 ;; man 208 ;; man
209 "^No manpage [0-9]* found$" 209 "^No manpage [0-9]* found$"
210 "^Can't find the .* manpage$"
210 211
211 ;; etags 212 ;; etags
212 "^No tags table in use; use .* to select one$" 213 "^No tags table in use; use .* to select one$"
@@ -232,7 +233,6 @@ is okay. See `mode-line-format'.")
232 "^This command is inapplicable in the present context$" 233 "^This command is inapplicable in the present context$"
233 "^This session group has no parent$" 234 "^This session group has no parent$"
234 "^Can't hide active session, $" 235 "^Can't hide active session, $"
235 "^Sorry, I don't do this for everyone...$"
236 "^Ediff: something wrong--no multiple diffs buffer$" 236 "^Ediff: something wrong--no multiple diffs buffer$"
237 "^Can't make context diff for Session $" 237 "^Can't make context diff for Session $"
238 "^The patch buffer wasn't found$" 238 "^The patch buffer wasn't found$"