]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak gv-define-setter debug setting
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 15 Jul 2019 09:15:11 +0000 (11:15 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 15 Jul 2019 09:16:37 +0000 (11:16 +0200)
* lisp/emacs-lisp/gv.el (gv-define-setter): Change edebug spec
from body to def-body (bug#28729).

lisp/emacs-lisp/gv.el

index bdd15748206e5c1d2d9ff592c8bf85d66445a077..3ab6943608871599b4389f975133db99c134520b 100644 (file)
@@ -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