Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Nov 24 23:13:09 2009 +0000 +++ b/lisp/ChangeLog Tue Nov 24 23:13:55 2009 +0000 @@ -1,5 +1,9 @@ 2009-11-24 Kevin Ryde <user42@zip.com.au> + * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Build + value with regexp-opt instead of explicit joining loop. (My + Bug#4927.) + * emacs-lisp/elint.el (elint-add-required-env): Better error message when .el source file not found or other error.