1
Fork 0
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:
Lars Magne Ingebrigtsen 2011-07-15 18:01:18 +02:00
parent 89671e16b3
commit dbc44fcd08
2 changed files with 4 additions and 1 deletions

View file

@ -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))