emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110775: * lisp/emacs-lisp/cl-macs


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110775: * lisp/emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
Date: Sat, 03 Nov 2012 11:03:39 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110775
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sat 2012-11-03 11:03:39 -0700
message:
  * lisp/emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/cl-macs.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-11-03 13:58:33 +0000
+++ b/lisp/ChangeLog    2012-11-03 18:03:39 +0000
@@ -1,3 +1,7 @@
+2012-11-03  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
+
 2012-11-03  Eli Zaretskii  <address@hidden>
 
        * term/pc-win.el: Don't load term/internal from here.

=== modified file 'lisp/emacs-lisp/cl-macs.el'
--- a/lisp/emacs-lisp/cl-macs.el        2012-10-25 00:58:40 +0000
+++ b/lisp/emacs-lisp/cl-macs.el        2012-11-03 18:03:39 +0000
@@ -1579,6 +1579,9 @@
 
 ;;;###autoload
 (defmacro cl-do-all-symbols (spec &rest body)
+  "Like `cl-do-symbols', but use the default obarray.
+
+\(fn (VAR [RESULT]) BODY...)"
   (declare (indent 1) (debug ((symbolp &optional form) cl-declarations body)))
   `(cl-do-symbols (,(car spec) nil ,(cadr spec)) ,@body))
 


reply via email to

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