aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-25 07:27:44 +0000
committerRichard M. Stallman1997-06-25 07:27:44 +0000
commit8213742bb055f0983648731dc66cbc09dac2e810 (patch)
treef53d219cf4f0ce3c5cd88cca64a39196ad42a156
parentd40bbdb519ad3d96dd27897b34b4ae9a2284531c (diff)
downloademacs-8213742bb055f0983648731dc66cbc09dac2e810.tar.gz
emacs-8213742bb055f0983648731dc66cbc09dac2e810.zip
(debug-ignored-errors): Correct the error messages
that are supposed to match imenu.el.
-rw-r--r--lisp/bindings.el3
1 files changed, 2 insertions, 1 deletions
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'.")
183 183
184 ;; imenu 184 ;; imenu
185 "^No items suitable for an index found in this buffer\\.$" 185 "^No items suitable for an index found in this buffer\\.$"
186 "^The mode \".*\" does not take full advantage of imenu\\.el yet\\.$" 186 "^This buffer cannot use `imenu-default-create-index-function'$"
187 "^The mode `.*' does not support Imenu$"
187 188
188 ;; ispell 189 ;; ispell
189 "^No word found to check!$" 190 "^No word found to check!$"