From 8213742bb055f0983648731dc66cbc09dac2e810 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 25 Jun 1997 07:27:44 +0000 Subject: [PATCH] (debug-ignored-errors): Correct the error messages that are supposed to match imenu.el. --- lisp/bindings.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/bindings.el b/lisp/bindings.el index 55e46ecee83..f981e55d290 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -183,7 +183,8 @@ is okay. See `mode-line-format'.") ;; imenu "^No items suitable for an index found in this buffer\\.$" - "^The mode \".*\" does not take full advantage of imenu\\.el yet\\.$" + "^This buffer cannot use `imenu-default-create-index-function'$" + "^The mode `.*' does not support Imenu$" ;; ispell "^No word found to check!$" -- 2.39.5