summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-07-15 11:15:11 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-07-15 11:16:37 +0200
commitdbd1d2ebf868964fa5b2db5440ba27560846f95f (patch)
treef0abf73d3987f93892210104838080827ab92fe8 /lisp/emacs-lisp
parent966c4d3ba8896c86764bc8664ca43e04eadf711d (diff)
downloademacs-dbd1d2ebf868964fa5b2db5440ba27560846f95f.tar.gz
emacs-dbd1d2ebf868964fa5b2db5440ba27560846f95f.tar.bz2
emacs-dbd1d2ebf868964fa5b2db5440ba27560846f95f.zip
Tweak gv-define-setter debug setting
* lisp/emacs-lisp/gv.el (gv-define-setter): Change edebug spec from body to def-body (bug#28729).
Diffstat (limited to 'lisp/emacs-lisp')
-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 bdd15748206..3ab69436088 100644
--- a/lisp/emacs-lisp/gv.el
+++ b/lisp/emacs-lisp/gv.el
@@ -214,7 +214,7 @@ The first arg in ARGLIST (the one that receives VAL) receives an expression
which can do arbitrary things, whereas the other arguments are all guaranteed
to be pure and copyable. Example use:
(gv-define-setter aref (v a i) \\=`(aset ,a ,i ,v))"
- (declare (indent 2) (debug (&define name sexp body)))
+ (declare (indent 2) (debug (&define name sexp def-body)))
`(gv-define-expander ,name
(lambda (do &rest args)
(declare-function