Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
commitde7e2b368752bfc3cef17a8c82f6b3aec72bc649
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 8 Jun 2012 02:54:35 +0000 (7 22:54 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 8 Jun 2012 02:54:35 +0000 (7 22:54 -0400)
tree744eda5cd46648391762c68625e97958ce2cc7f5
parent4f18a4ed84d7268090a92a194dcda40cae1197dd
Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
* lisp/emacs-lisp/cl-macs.el: Provide itself.
(cl--labels-convert-cache): New var.
(cl--labels-convert): New function.
(cl-flet, cl-labels): New implementation with new semantics, relying on
lexical-binding.
* lisp/emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
(cl-closure-vars, cl--function-convert-cache)
(cl--function-convert): Move from cl-macs.el.
(lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
rename by removing the "cl-" prefix.
* lisp/emacs-lisp/macroexp.el (macroexp-unprogn): New function.
lisp/ChangeLog
lisp/emacs-lisp/cl-loaddefs.el
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/cl.el
lisp/emacs-lisp/macroexp.el