comparison lisp/ChangeLog @ 106229:f5ff4554ecda

* emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Build value with regexp-opt instead of explicit joining loop. (My Bug#4927.)
author Kevin Ryde <user42@zip.com.au>
date Tue, 24 Nov 2009 23:13:55 +0000
parents 25c332a2db29
children eb5b55788509
comparison
equal deleted inserted replaced
106228:74465418bc07 106229:f5ff4554ecda
1 2009-11-24 Kevin Ryde <user42@zip.com.au> 1 2009-11-24 Kevin Ryde <user42@zip.com.au>
2
3 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Build
4 value with regexp-opt instead of explicit joining loop. (My
5 Bug#4927.)
2 6
3 * emacs-lisp/elint.el (elint-add-required-env): Better error message 7 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4 when .el source file not found or other error. 8 when .el source file not found or other error.
5 9
6 2009-11-24 Markus Triska <markus.triska@gmx.at> 10 2009-11-24 Markus Triska <markus.triska@gmx.at>