# HG changeset patch # User Richard M. Stallman # Date 861746569 0 # Node ID 353927a72c587dab58bc1ade2fd8aea5b57b0539 # Parent 8af9d46a055e63adc5444d0baabc9a78206734c2 (debug-ignored-errors): Update the regexps for the dabbrev error messages diff -r 8af9d46a055e -r 353927a72c58 lisp/bindings.el --- a/lisp/bindings.el Tue Apr 22 17:00:52 1997 +0000 +++ b/lisp/bindings.el Tue Apr 22 22:02:49 1997 +0000 @@ -154,9 +154,8 @@ "^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\\.$"