# HG changeset patch # User Richard M. Stallman # Date 867223664 0 # Node ID 327eba0764160e5ea2a4d81ddcf17a083a3ca629 # Parent b32c3c07962cdd0d2674d9d39aabad0e8b8b2da7 (debug-ignored-errors): Correct the error messages that are supposed to match imenu.el. diff -r b32c3c07962c -r 327eba076416 lisp/bindings.el --- 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!$"