summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-04-22 22:02:49 +0000
committerRichard M. Stallman <rms@gnu.org>1997-04-22 22:02:49 +0000
commited4ccb033a4b17287fbab2348e74cf1918b89c2b (patch)
tree3a2e81effb650e82ec5ceaeb5fee3ebd6a890be3 /lisp/bindings.el
parentcaa5786be506fc31c5e67bd621e6673da8c15ef8 (diff)
downloademacs-ed4ccb033a4b17287fbab2348e74cf1918b89c2b.tar.gz
(debug-ignored-errors): Update the regexps for
the dabbrev error messages
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 66a8c511d55..40a9ae1b7df 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -154,9 +154,8 @@ is okay. See `mode-line-format'.")
"^Current buffer has no process$"
;; dabbrev
- "^No dynamic expansion for \".*\" found\\.$"
- "^No further dynamic expansions for \".*\" found\\.$"
- "^No further dynamic expansions for `.*' found$"
+ "^No dynamic expansion for .* found$"
+ "^No further dynamic expansion for .* found$"
;; Completion
"^To complete, the point must be after a symbol at least [0-9]* character long\\.$"