1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00: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

@ -1,5 +1,7 @@
2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
* emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
* info.el (Info-beginning-of-buffer): New command.
(Info-mode-map): Use it instead of `beginning-of-buffer' to allow
announcing `b' as the key (bug#8325).

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