diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-03-16 16:11:38 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-03-16 16:11:38 -0400 |
commit | 801eda8a2a00b3f28a69ffe51b05a649fffc5c58 (patch) | |
tree | 9beec244007c80b46089fd63a2092bf6bcf05238 /lisp/emacs-lisp/cl-generic.el | |
parent | f925fc93bac41d7622d1af927e33b0e738ff55b0 (diff) | |
download | emacs-801eda8a2a00b3f28a69ffe51b05a649fffc5c58.tar.gz emacs-801eda8a2a00b3f28a69ffe51b05a649fffc5c58.tar.bz2 emacs-801eda8a2a00b3f28a69ffe51b05a649fffc5c58.zip |
* lisp/emacs-lisp/cl-macs.el (cl--transform-lambda): Optimize &aux.
Rework to avoid cl--do-arglist in more cases; add comments to explain what's
going on.
(cl--do-&aux): New function extracted from cl--do-arglist.
(cl--do-arglist): Use it.
* lisp/emacs-lisp/cl-generic.el: Add Version: header, for ELPA purposes.
Diffstat (limited to 'lisp/emacs-lisp/cl-generic.el')
-rw-r--r-- | lisp/emacs-lisp/cl-generic.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl-generic.el b/lisp/emacs-lisp/cl-generic.el index a8483ea1355..41c760e960e 100644 --- a/lisp/emacs-lisp/cl-generic.el +++ b/lisp/emacs-lisp/cl-generic.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2015 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> +;; Version: 1.0 ;; This file is part of GNU Emacs. |