emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105238: * emacs-lisp/cl-macs.el (dec


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105238: * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
Date: Fri, 15 Jul 2011 18:01:18 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105238
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2011-07-15 18:01:18 +0200
message:
  * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/cl-macs.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-15 15:14:46 +0000
+++ b/lisp/ChangeLog    2011-07-15 16:01:18 +0000
@@ -1,5 +1,7 @@
 2011-07-15  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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).

=== modified file 'lisp/emacs-lisp/cl-macs.el'
--- a/lisp/emacs-lisp/cl-macs.el        2011-07-15 14:59:42 +0000
+++ b/lisp/emacs-lisp/cl-macs.el        2011-07-15 16:01:18 +0000
@@ -1606,7 +1606,8 @@
 
   \(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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]