diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-04-22 22:02:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-04-22 22:02:49 +0000 |
commit | ed4ccb033a4b17287fbab2348e74cf1918b89c2b (patch) | |
tree | 3a2e81effb650e82ec5ceaeb5fee3ebd6a890be3 /lisp/bindings.el | |
parent | caa5786be506fc31c5e67bd621e6673da8c15ef8 (diff) | |
download | emacs-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.el | 5 |
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\\.$" |