; Fix edebug spec for 'gv-define-simple-setter' (bug#62256)
This commit is contained in:
parent
9107b2dec1
commit
564c26bdbe
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ instead the assignment is turned into something equivalent to
|
|||
(SETTER ARGS... temp)
|
||||
temp)
|
||||
so as to preserve the semantics of `setf'."
|
||||
(declare (debug (sexp (&or symbolp lambda-expr) &optional sexp)))
|
||||
(declare (debug (sexp [&or symbolp lambda-expr] &optional sexp)))
|
||||
(when (eq 'lambda (car-safe setter))
|
||||
(message "Use `gv-define-setter' or name %s's setter function" name))
|
||||
`(gv-define-setter ,name (val &rest args)
|
||||
|
|
Loading…
Add table
Reference in a new issue