]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/gv.el (gv-place): Simplify
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 12 Feb 2021 00:06:30 +0000 (19:06 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 12 Feb 2021 00:06:30 +0000 (19:06 -0500)
lisp/emacs-lisp/gv.el

index 29f8230e6b8291d5ebf6b6fe6da6e8f07fc06c66..c160aa1fd358c55c0c17866e3b85a6b2c8acecfa 100644 (file)
@@ -307,7 +307,7 @@ The return value is the last VAL in the list.
 ;; Autoload this `put' since a user might use C-u C-M-x on an expression
 ;; containing a non-trivial `push' even before gv.el was loaded.
 ;;;###autoload
-(put 'gv-place 'edebug-form-spec 'edebug-match-form)
+(put 'gv-place 'edebug-form-spec '(form)) ;So-called "indirect spec".
 
 ;; CL did the equivalent of:
 ;;(gv-define-macroexpand edebug-after (lambda (before index place) place))