summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/gv.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2012-09-26 10:41:05 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2012-09-26 10:41:05 -0400
commit07b1a5fbc37e91003f3c76886b9e0be78b7dbc6d (patch)
tree662fc176a1d29c0dc319aa128e27abcabfcbefbc /lisp/emacs-lisp/gv.el
parent42019c2e0c40c467250e7d73bed446b2bb19f287 (diff)
downloademacs-07b1a5fbc37e91003f3c76886b9e0be78b7dbc6d.tar.gz
* lisp/emacs-lisp/testcover.el (testcover-after): Add gv-expander.
(testcover-reinstrument): Simplify with CSE.
Diffstat (limited to 'lisp/emacs-lisp/gv.el')
-rw-r--r--lisp/emacs-lisp/gv.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/gv.el b/lisp/emacs-lisp/gv.el
index 3541c99f5fe..7858c183e4b 100644
--- a/lisp/emacs-lisp/gv.el
+++ b/lisp/emacs-lisp/gv.el
@@ -269,7 +269,7 @@ The return value is the last VAL in the list.
;;;###autoload
(put 'gv-place 'edebug-form-spec 'edebug-match-form)
;; CL did the equivalent of:
-;;(gv-define-expand edebug-after (lambda (before index place) place))
+;;(gv-define-macroexpand edebug-after (lambda (before index place) place))
(put 'edebug-after 'gv-expander
(lambda (do before index place)