diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-06-30 08:52:08 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-06-30 08:52:08 -0400 |
commit | 40c2a14362365474f50f2680235f4c000b2192b4 (patch) | |
tree | da42d395ac2133ed0a1e15988475660d86dca3eb /lisp/emacs-lisp/cl-lib.el | |
parent | ac10fe06c94478eff712afec280c42a9142fa854 (diff) | |
download | emacs-40c2a14362365474f50f2680235f4c000b2192b4.tar.gz |
* lisp/emacs-lisp/cl-lib.el: Require macroexp.
Diffstat (limited to 'lisp/emacs-lisp/cl-lib.el')
-rw-r--r-- | lisp/emacs-lisp/cl-lib.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-lib.el b/lisp/emacs-lisp/cl-lib.el index 8c83225ef3c..b9a5d4b2fc9 100644 --- a/lisp/emacs-lisp/cl-lib.el +++ b/lisp/emacs-lisp/cl-lib.el @@ -91,7 +91,7 @@ ;;; Code: -(eval-when-compile (require 'macroexp)) +(require 'macroexp) (defvar cl-optimize-speed 1) (defvar cl-optimize-safety 1) |