diff options
| author | Glenn Morris | 2009-10-01 02:03:38 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-10-01 02:03:38 +0000 |
| commit | a4d2c321a5c1802abf26c2366568340e51622de6 (patch) | |
| tree | 5eab275a05bbd824e04066708d71f320195701b8 /lisp/ChangeLog | |
| parent | 787cc821c04a8c0f6a58461a17df3565d2b893c5 (diff) | |
| download | emacs-a4d2c321a5c1802abf26c2366568340e51622de6.tar.gz emacs-a4d2c321a5c1802abf26c2366568340e51622de6.zip | |
(declare-function): Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de0839bd1a2..7c246635258 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2009-10-01 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration | ||
| 4 | rather than parsing it as a regexp. This relaxes the layout | ||
| 5 | requirements and makes errors easier to detect. | ||
| 6 | (check-declare-verify): Check file is regular. | ||
| 7 | (check-declare-directory): Doc fix. | ||
| 8 | * subr.el (declare-function): Doc fix. | ||
| 9 | |||
| 1 | 2009-10-01 Juanma Barranquero <lekktu@gmail.com> | 10 | 2009-10-01 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 11 | ||
| 3 | * cedet/semantic/wisent/javat-wy.el | 12 | * cedet/semantic/wisent/javat-wy.el |