diff lisp/textmodes/ispell.el @ 29078:2e20146198ce

Add to debug-ignored-errors.
author Dave Love <fx@gnu.org>
date Mon, 22 May 2000 17:41:53 +0000
parents 313ef0d76864
children 15df28a6f99f
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el	Mon May 22 17:30:42 2000 +0000
+++ b/lisp/textmodes/ispell.el	Mon May 22 17:41:53 2000 +0000
@@ -3180,6 +3180,7 @@
 			  (insert comment-end)))))
 	      (insert (concat " " word))))))))
 
+(add-to-list 'debug-ignored-errors "^No word found to check!$")
 
 (provide 'ispell)