aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/cl.el
diff options
context:
space:
mode:
authorDaniel Colascione <[email protected]>2014-04-23 17:28:47 -0700
committerDaniel Colascione <[email protected]>2014-04-23 17:28:47 -0700
commit543e3c63acb78ab926600e9184b4b9e4a39303e0 (patch)
tree7eebd8d99f6638fc0a947fb6040226f932a9d439 /lisp/emacs-lisp/cl.el
parent80d982d7ad6bbaab40731b60756da0f126311be0 (diff)
Require gv early to break eager macro-expansion cycles
* lisp/emacs-lisp/cl.el (gv): Require gv early to break eager macro-expansion cycles.
Diffstat (limited to 'lisp/emacs-lisp/cl.el')
-rw-r--r--lisp/emacs-lisp/cl.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el
index fc09ff004e..d99166e41c 100644
--- a/lisp/emacs-lisp/cl.el
+++ b/lisp/emacs-lisp/cl.el
@@ -29,6 +29,7 @@
(require 'cl-lib)
(require 'macroexp)
+(require 'gv)
;; (defun cl--rename ()
;; (let ((vdefs ())