From: Richard M. Stallman Date: Wed, 25 Jun 1997 07:27:44 +0000 (+0000) Subject: (debug-ignored-errors): Correct the error messages X-Git-Tag: emacs-20.1~1496 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8213742bb055f0983648731dc66cbc09dac2e810;p=emacs.git (debug-ignored-errors): Correct the error messages that are supposed to match imenu.el. --- 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!$"