Mercurial > emacs
changeset 93136:56129728bb04
(debug-ignored-errors): Remove $ from the end of
"^No dynamic expansion for .* found$" to allow error messages like
"No dynamic expansion for \"%s\" found in this buffer".
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 21 Mar 2008 23:59:30 +0000 |
parents | c3e303fc7a15 |
children | 59d389acc0ce |
files | lisp/dabbrev.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dabbrev.el Fri Mar 21 23:59:04 2008 +0000 +++ b/lisp/dabbrev.el Fri Mar 21 23:59:30 2008 +0000 @@ -1011,7 +1011,7 @@ (cons found-string dabbrev--last-table)) result))))) -(dolist (mess '("^No dynamic expansion for .* found$" +(dolist (mess '("^No dynamic expansion for .* found" "^No further dynamic expansion for .* found$" "^No possible abbreviation preceding point$")) (add-to-list 'debug-ignored-errors mess))