diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-01-29 02:23:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-01-29 02:23:44 +0000 |
commit | 90f036bf6889a48efa6b03c4d2004567252e4b35 (patch) | |
tree | 0a087f01361e42c73ad9812b69d9f329eaa65dbc | |
parent | 4fb1d520674af4ec11887bb61e12e4e80846ea2d (diff) | |
download | emacs-90f036bf6889a48efa6b03c4d2004567252e4b35.tar.gz |
(debug-ignored-errors): Add some elements.
-rw-r--r-- | lisp/bindings.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index e34f469aca8..34ab84ecf8d 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 |