* lisp/emacs-lisp/gv.el (gv-place): Simplify
This commit is contained in:
parent
c55f4055dd
commit
3a4b65177f
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue