mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
Require gv early to break eager macro-expansion cycles
* lisp/emacs-lisp/cl.el (gv): Require gv early to break eager macro-expansion cycles.
This commit is contained in:
parent
80d982d7ad
commit
543e3c63ac
@ -1,3 +1,8 @@
|
||||
2014-04-24 Daniel Colascione <dancol@dancol.org>
|
||||
|
||||
* emacs-lisp/cl.el (gv): Require gv early to break eager
|
||||
macro-expansion cycles.
|
||||
|
||||
2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* simple.el (region-active-p): Check there's a mark (bug#17324).
|
||||
|
@ -29,6 +29,7 @@
|
||||
|
||||
(require 'cl-lib)
|
||||
(require 'macroexp)
|
||||
(require 'gv)
|
||||
|
||||
;; (defun cl--rename ()
|
||||
;; (let ((vdefs ())
|
||||
|
Loading…
Reference in New Issue
Block a user