]> git.eshelyaron.com Git - emacs.git/commitdiff
(debug-ignored-errors): Update the regexps for
authorRichard M. Stallman <rms@gnu.org>
Tue, 22 Apr 1997 22:02:49 +0000 (22:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 22 Apr 1997 22:02:49 +0000 (22:02 +0000)
the dabbrev error messages

lisp/bindings.el

index 66a8c511d55940e5f22aec965b5880be9bda6ad8..40a9ae1b7dfbf25d1f6208053bd3eea61b0447cb 100644 (file)
@@ -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\\.$"