diff lisp/dabbrev.el @ 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 107ccd98fa12
children 1e3a407766b9
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))