mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 15:00:34 -08:00
* emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
This commit is contained in:
parent
89671e16b3
commit
dbc44fcd08
2 changed files with 4 additions and 1 deletions
|
|
@ -1606,7 +1606,8 @@ For instance
|
|||
|
||||
\(declare (warn 0))
|
||||
|
||||
will turn off byte-compile warnings in the function."
|
||||
will turn off byte-compile warnings in the function.
|
||||
See Info node `(cl)Declarations' for details."
|
||||
(if (cl-compiling-file)
|
||||
(while specs
|
||||
(if (listp cl-declare-stack) (push (car specs) cl-declare-stack))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue