]> code.delx.au - gnu-emacs/commitdiff
(debug-ignored-errors): Correct the error messages
authorRichard M. Stallman <rms@gnu.org>
Wed, 25 Jun 1997 07:27:44 +0000 (07:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 25 Jun 1997 07:27:44 +0000 (07:27 +0000)
that are supposed to match imenu.el.

lisp/bindings.el

index 55e46ecee832f5edc94a52a9c8fe4ad6ed15b699..f981e55d290a91a1becd4051aaae1f444ece5dd3 100644 (file)
@@ -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!$"