Mercurial > emacs
changeset 86844:3b8dd73f973c
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 30 Nov 2007 07:49:56 +0000 |
parents | 9e7d6c65162b |
children | 62955c80c79b |
files | lisp/ChangeLog |
diffstat | 1 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Nov 30 07:49:41 2007 +0000 +++ b/lisp/ChangeLog Fri Nov 30 07:49:56 2007 +0000 @@ -1,3 +1,23 @@ +2007-11-30 Glenn Morris <rgm@gnu.org> + + * emacs-lisp/byte-run.el (declare-function): Add optional fourth + argument and document it. + + * emacs-lisp/bytecomp.el (byte-compile-declare-function): + Third argument to declare-function must be a list to specify arglist. + + * emacs-lisp/check-declare.el (check-declare-scan): Doc fix. + Handle declare-function third argument `t' and fourth argument. + (check-declare-verify): Doc fix. Handle `fileonly' case. + Use progn rather than prog1. + + * desktop.el (uniquify-item-base): Declare as a function. + + * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones) + (bbdb-address-city, bbdb-address-state, bbdb-address-zip) + (bbdb-address-location, bbdb-record-addresses): Pass non-nil + fourth arg to declare-function. + 2007-11-29 Alexandre Julliard <julliard@winehq.org> * vc-git.el (vc-git-dir-state): Fix the git command arguments.