# HG changeset patch # User Glenn Morris # Date 1196408996 0 # Node ID 3b8dd73f973cafe4ef275ee5771d03c576c488af # Parent 9e7d6c65162bc76bf1b44e33e33c8eb20b78186d *** empty log message *** diff -r 9e7d6c65162b -r 3b8dd73f973c lisp/ChangeLog --- 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 + + * 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 * vc-git.el (vc-git-dir-state): Fix the git command arguments.