From: Richard M. Stallman Date: Tue, 22 Apr 1997 22:02:49 +0000 (+0000) Subject: (debug-ignored-errors): Update the regexps for X-Git-Tag: emacs-20.1~2408 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed4ccb033a4b17287fbab2348e74cf1918b89c2b;p=emacs.git (debug-ignored-errors): Update the regexps for the dabbrev error messages --- 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\\.$"