comparison 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
comparison
equal deleted inserted replaced
67728:bffc4c57eda9 67729:88f36bfe01f5
1 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca> 1 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4 (tex-mode-flyspell-verify, flyspell-get-word)
5 (flyspell-external-point-words): Don't use point-min/max uselessly.
2 6
3 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change 7 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4 by Kevin Rodgers. Instead, just hide the completions buffer if we 8 by Kevin Rodgers. Instead, just hide the completions buffer if we
5 don't need to show it. 9 don't need to show it.
6 10