comparison lisp/ChangeLog @ 103002:61ab76316844

* textmodes/flyspell.el (flyspell-correct-word-before-point): Don't create markers. (tex-mode-flyspell-verify): Don't create markers. Use line-end-position. (sgml-mode-flyspell-verify): Don't create markers. Simplify code using looking-at and looking-back.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 16 Apr 2009 18:45:20 +0000
parents 3193dcef2e7b
children b41af984adfa
comparison
equal deleted inserted replaced
103001:6b3176775d00 103002:61ab76316844
1 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
2
3 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4 Don't create markers.
5 (tex-mode-flyspell-verify): Don't create markers. Use
6 line-end-position.
7 (sgml-mode-flyspell-verify): Don't create markers. Simplify code
8 using looking-at and looking-back.
9
1 2009-04-16 Robert Brown <brown@google.com> (tiny change) 10 2009-04-16 Robert Brown <brown@google.com> (tiny change)
2 11
3 * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt 12 * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
4 property (Bug#2984). 13 property (Bug#2984).
5 14