Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f772cd18
Commit
f772cd18
authored
Nov 17, 2007
by
Glenn Morris
Browse files
(check-declare): New target.
parent
87b8db2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
lisp/ChangeLog
lisp/ChangeLog
+14
-0
lisp/Makefile.in
lisp/Makefile.in
+6
-0
No files found.
lisp/ChangeLog
View file @
f772cd18
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):
...
...
lisp/Makefile.in
View file @
f772cd18
...
...
@@ -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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment