diff lisp/ChangeLog @ 67729:88f36bfe01f5

(flyspell-check-word-p): Don't quote - in a regexp. (tex-mode-flyspell-verify, flyspell-get-word) (flyspell-external-point-words): Don't use point-min/max uselessly.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 22 Dec 2005 01:51:40 +0000
parents bffc4c57eda9
children 1ee1a77d8b03
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Dec 22 01:48:20 2005 +0000
+++ b/lisp/ChangeLog	Thu Dec 22 01:51:40 2005 +0000
@@ -1,5 +1,9 @@
 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
+	(tex-mode-flyspell-verify, flyspell-get-word)
+	(flyspell-external-point-words): Don't use point-min/max uselessly.
+
 	* emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
 	by Kevin Rodgers.  Instead, just hide the completions buffer if we
 	don't need to show it.