aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-01-29 02:23:44 +0000
committerRichard M. Stallman <[email protected]>1998-01-29 02:23:44 +0000
commit800c9512769e8db3c78e784ba1a751a0a6e2673c (patch)
treec714c6f77cc168d8fa4903e2c2eec3873b15e137
parent7b27eb5359d5f3bc19410377147109ad545db959 (diff)
(debug-ignored-errors): Add some elements.
-rw-r--r--lisp/bindings.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index e34f469aca..34ab84ecf8 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -156,6 +156,7 @@ is okay. See `mode-line-format'.")
"^No further undo information$"
"^Save not confirmed$"
"^Recover-file cancelled\\.$"
+ "^Cannot switch buffers in a dedicated window$"
;; comint
"^Not at command line$"
@@ -181,6 +182,8 @@ is okay. See `mode-line-format'.")
;; info
"^Node has no Previous$"
+ "^No menu in this node$"
+ "^Node has no Next$"
"^No \".*\" in index$"
;; imenu