diff options
| author | Glenn Morris | 2009-09-30 07:24:35 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-30 07:24:35 +0000 |
| commit | 494f4fc70c9dc567b3341d2cf04e0ceabaa69373 (patch) | |
| tree | 72f01d4272e8665f6f56cac5e24924cbcc58b91b /lisp/ChangeLog | |
| parent | d275a5ed7b78c5d6e71a8708440062f3d8e8b9a6 (diff) | |
| download | emacs-494f4fc70c9dc567b3341d2cf04e0ceabaa69373.tar.gz emacs-494f4fc70c9dc567b3341d2cf04e0ceabaa69373.zip | |
(elint-init-form): Report declarations where the filename is not a string.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05837378097..a6c42130907 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,10 +1,15 @@ | |||
| 1 | 2009-09-30 Glenn Morris <rgm@gnu.org> | 1 | 2009-09-30 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration. | ||
| 4 | |||
| 3 | * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime use | 5 | * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime use |
| 4 | of CL function `remove-if-not'. | 6 | of CL function `remove-if-not'. |
| 5 | 7 | ||
| 6 | * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el". | 8 | * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el". |
| 7 | 9 | ||
| 10 | * emacs-lisp/elint.el (elint-init-form): Report declarations where the | ||
| 11 | filename is not a string. | ||
| 12 | |||
| 8 | 2009-09-29 Chong Yidong <cyd@stupidchicken.com> | 13 | 2009-09-29 Chong Yidong <cyd@stupidchicken.com> |
| 9 | 14 | ||
| 10 | * files.el (safe-local-eval-forms): Fix typo. | 15 | * files.el (safe-local-eval-forms): Fix typo. |