Mercurial > emacs
changeset 17537:353927a72c58
(debug-ignored-errors): Update the regexps for
the dabbrev error messages
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 22 Apr 1997 22:02:49 +0000 |
parents | 8af9d46a055e |
children | 695a4e25eb89 |
files | lisp/bindings.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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\\.$"