comparison lisp/ChangeLog @ 111554:ebfca53e3979

* lisp/emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change. (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid) (checkdoc-proper-noun-region-engine): Use with-syntax-table.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 15 Nov 2010 16:40:30 -0500
parents fa7baa1af30c
children 4949f2873716
comparison
equal deleted inserted replaced
111553:4b7ddc13005a 111554:ebfca53e3979
1 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
5 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
6
1 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es> 7 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
2 8
3 * textmodes/flyspell.el (flyspell-generic-progmode-verify): 9 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4 Make sure to check inside the word (Bug#6761). 10 Make sure to check inside the word (Bug#6761).
5 11