changeset 18450:327eba076416

(debug-ignored-errors): Correct the error messages that are supposed to match imenu.el.
author Richard M. Stallman <rms@gnu.org>
date Wed, 25 Jun 1997 07:27:44 +0000
parents b32c3c07962c
children 8eb08560287b
files lisp/bindings.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bindings.el	Wed Jun 25 07:19:52 1997 +0000
+++ b/lisp/bindings.el	Wed Jun 25 07:27:44 1997 +0000
@@ -183,7 +183,8 @@
 
 	;; 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!$"