# HG changeset patch # User Juri Linkov # Date 1206143970 0 # Node ID 56129728bb0416d0f4f7be9e82f357c427741df1 # Parent c3e303fc7a15e2e78064b7566b79cceafdde24c0 (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". diff -r c3e303fc7a15 -r 56129728bb04 lisp/dabbrev.el --- 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))