diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-06-30 08:05:22 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-06-30 08:05:22 -0400 |
commit | ac10fe06c94478eff712afec280c42a9142fa854 (patch) | |
tree | 5b9f819213c14c3093b5cf12f4202403a3181735 /lisp/emacs-lisp | |
parent | 7f3fbd5d73bff96d42ef087ec87b662005242842 (diff) | |
download | emacs-ac10fe06c94478eff712afec280c42a9142fa854.tar.gz emacs-ac10fe06c94478eff712afec280c42a9142fa854.tar.bz2 emacs-ac10fe06c94478eff712afec280c42a9142fa854.zip |
* lisp/emacs-lisp/cl-lib.el: Require macroexp for its macros.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl-lib.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl-lib.el b/lisp/emacs-lisp/cl-lib.el index 51402f2e8aa..8c83225ef3c 100644 --- a/lisp/emacs-lisp/cl-lib.el +++ b/lisp/emacs-lisp/cl-lib.el @@ -91,6 +91,8 @@ ;;; Code: +(eval-when-compile (require 'macroexp)) + (defvar cl-optimize-speed 1) (defvar cl-optimize-safety 1) |