emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/emacs-lisp cl-loaddefs.el


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/lisp/emacs-lisp cl-loaddefs.el
Date: Tue, 12 May 2009 12:28:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/05/12 12:28:41

Modified files:
        lisp/emacs-lisp: cl-loaddefs.el 

Log message:
        Update.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emacs-lisp/cl-loaddefs.el?cvsroot=emacs&r1=1.21&r2=1.22

Patches:
Index: cl-loaddefs.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emacs-lisp/cl-loaddefs.el,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- cl-loaddefs.el      6 Jan 2009 02:13:40 -0000       1.21
+++ cl-loaddefs.el      12 May 2009 12:28:40 -0000      1.22
@@ -282,7 +282,7 @@
 ;;;;;;  do-all-symbols do-symbols dotimes dolist do* do loop return-from
 ;;;;;;  return block etypecase typecase ecase case load-time-value
 ;;;;;;  eval-when destructuring-bind function* defmacro* defun* gentemp
-;;;;;;  gensym) "cl-macs" "cl-macs.el" "5eed0057bf35ca41a5e133d1ec6204d0")
+;;;;;;  gensym) "cl-macs" "cl-macs.el" "9e787a584117a8d43201f1aa619fcfb7")
 ;;; Generated autoloads from cl-macs.el
 
 (autoload 'gensym "cl-macs" "\
@@ -504,8 +504,10 @@
 
 (autoload 'lexical-let* "cl-macs" "\
 Like `let*', but lexically scoped.
-The main visible difference is that lambdas inside BODY will create
-lexical closures as in Common Lisp.
+The main visible difference is that lambdas inside BODY, and in
+successive bindings within BINDINGS, will create lexical closures
+as in Common Lisp.  This is similar to the behavior of `let*' in
+Common Lisp.
 
 \(fn VARLIST BODY)" nil (quote macro))
 




reply via email to

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