Mercurial > emacs
comparison lisp/ChangeLog @ 86180:9fe1647cc229
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 17 Nov 2007 03:49:02 +0000 |
parents | 9ae0e3ae0cca |
children | f85ace494a12 |
comparison
equal
deleted
inserted
replaced
86179:2b215e340de6 | 86180:9fe1647cc229 |
---|---|
1 2007-11-17 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * emacs-lisp/byte-run.el (declare-function): New macro. | |
4 * emacs-lisp/bytecomp.el (byte-compile-declare-function): | |
5 New function, byte-hunk-handler for declare-function. | |
6 (byte-compile-callargs-warn): Handle declared functions. | |
7 | |
8 * emacs-lisp/check-declare.el: New file. | |
9 * Makefile.in (check-declare): New target. | |
10 | |
11 * subr.el (process-lines): Move here from ../admin/admin.el. | |
12 * emacs-lisp/authors.el (authors-process-lines): Remove. | |
13 (authors): Use process-lines rather than authors-process-lines. | |
14 | |
1 2007-11-17 Juanma Barranquero <lekktu@gmail.com> | 15 2007-11-17 Juanma Barranquero <lekktu@gmail.com> |
2 | 16 |
3 * emacs-lisp/backquote.el (backquote): | 17 * emacs-lisp/backquote.el (backquote): |
4 Improve argument/docstring consistency. | 18 Improve argument/docstring consistency. |
5 | 19 |