]> code.delx.au - gnu-emacs/commit
Fix byte-compiler pacification for declare-function
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 27 May 2016 02:10:26 +0000 (19:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 27 May 2016 02:10:47 +0000 (19:10 -0700)
commitf865e2f1e8878f7992d61a39bceb369c28a77706
treee289a0ecdc822544877a6fe7839bd2b7803352ef
parent2f58c503dd8acd3429469d76d04976a9017b87e3
Fix byte-compiler pacification for declare-function

Problem reported by Michael Heerdegen in:
http://lists.gnu.org/archive/html/emacs-devel/2016-05/msg00590.html
* lisp/emacs-lisp/bytecomp.el:
(byte-compile-macroexpand-declare-function):
Revert signature to previous value.
* lisp/subr.el (declare-function): Change signature to
match the reverted signature used in the byte compiler.
lisp/emacs-lisp/bytecomp.el
lisp/subr.el