diff lisp/ChangeLog @ 111127:20bf269fbe95

* lisp/textmodes/flyspell.el (flyspell-mode): If there was an error, say what it was. Otherwise someone is going to report the same meaningless bug for the rest of time. http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5574 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5576 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7272
author Glenn Morris <rgm@gnu.org>
date Sat, 23 Oct 2010 14:58:18 -0700
parents cc83220d255d
children d38d192ed185
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Oct 23 14:21:49 2010 -0700
+++ b/lisp/ChangeLog	Sat Oct 23 14:58:18 2010 -0700
@@ -1,5 +1,8 @@
 2010-10-23  Glenn Morris  <rgm@gnu.org>
 
+	* textmodes/flyspell.el (flyspell-mode): If there was an error,
+	say what it was.
+
 	* frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
 	Sync docs with C version.