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:
parent
89671e16b3
commit
dbc44fcd08
@ -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).
|
||||
|
@ -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…
Reference in New Issue
Block a user