Mercurial > emacs
changeset 86180:9fe1647cc229
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 17 Nov 2007 03:49:02 +0000 |
parents | 2b215e340de6 |
children | 57a7d8798643 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Nov 17 03:48:52 2007 +0000 +++ b/lisp/ChangeLog Sat Nov 17 03:49:02 2007 +0000 @@ -1,3 +1,17 @@ +2007-11-17 Glenn Morris <rgm@gnu.org> + + * emacs-lisp/byte-run.el (declare-function): New macro. + * emacs-lisp/bytecomp.el (byte-compile-declare-function): + New function, byte-hunk-handler for declare-function. + (byte-compile-callargs-warn): Handle declared functions. + + * emacs-lisp/check-declare.el: New file. + * Makefile.in (check-declare): New target. + + * subr.el (process-lines): Move here from ../admin/admin.el. + * emacs-lisp/authors.el (authors-process-lines): Remove. + (authors): Use process-lines rather than authors-process-lines. + 2007-11-17 Juanma Barranquero <lekktu@gmail.com> * emacs-lisp/backquote.el (backquote):