From 800c9512769e8db3c78e784ba1a751a0a6e2673c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 29 Jan 1998 02:23:44 +0000 Subject: [PATCH] (debug-ignored-errors): Add some elements. --- lisp/bindings.el | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5