mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(check-declare): New target.
This commit is contained in:
parent
87b8db2bf3
commit
f772cd180d
2 changed files with 20 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -313,4 +313,10 @@ bootstrap-after: finder-data custom-deps
|
|||
distclean:
|
||||
-rm -f ./Makefile
|
||||
|
||||
.PHONY: check-declare
|
||||
|
||||
check-declare:
|
||||
$(emacs) -l $(lisp)/emacs-lisp/check-declare \
|
||||
--eval '(check-declare-directory "$(lisp)")'
|
||||
|
||||
# Makefile ends here.
|
||||
|
|
|
|||
Loading…
Reference in a new issue