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
e3e72162
Commit
e3e72162
authored
Nov 22, 2007
by
Glenn Morris
Browse files
(declare-function): Doc fix.
parent
7d4184ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
lisp/ChangeLog
lisp/ChangeLog
+9
-0
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/byte-run.el
+5
-4
No files found.
lisp/ChangeLog
View file @
e3e72162
2007-11-22 Glenn Morris <rgm@gnu.org>
* emacs-lisp/check-declare.el (check-declare-locate): New function.
(check-declare-scan): Use check-declare-locate.
(check-declare-verify): No longer adjust fnfile, now
check-declare-locate does it.
* emacs-lisp/byte-run.el (declare-function): Doc fix.
2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (posn-col-row): Make the `default-value' use explicit.
...
...
lisp/emacs-lisp/byte-run.el
View file @
e3e72162
...
...
@@ -112,10 +112,11 @@ definition for FN. ARGLIST is used by both the byte-compiler and
`check-declare' to check for consistency.
FILE can be either a Lisp file (in which case the \".el\"
extension is optional), or a C file. FILE should be either
absolute, or relative to the location of the file containing the
declaration (for a Lisp file), or to the Emacs \"src/\" directory
\(for a C file).
extension is optional), or a C file. C files are expanded
relative to the Emacs \"src/\" directory. Lisp files are
searched for using `locate-library', and if that fails they are
expanded relative to the location of the file containing the
declaration.
Note that for the purposes of `check-declare', this statement
must be the first non-whitespace on a line, and everything up to
...
...
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