From ed4ccb033a4b17287fbab2348e74cf1918b89c2b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 22 Apr 1997 22:02:49 +0000 Subject: [PATCH] (debug-ignored-errors): Update the regexps for the dabbrev error messages --- lisp/bindings.el | 5 ++--- 1 file 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\\.$" -- 2.39.5