projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9107b2d
)
; Fix edebug spec for 'gv-define-simple-setter' (bug#62256)
author
Matus Goljer
<matus.goljer@gmail.com>
Sun, 26 Mar 2023 11:20:19 +0000
(13:20 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 26 Mar 2023 11:38:53 +0000
(14:38 +0300)
lisp/emacs-lisp/gv.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/gv.el
b/lisp/emacs-lisp/gv.el
index e307776252a02fdefc9a4ad227385e203a338cff..6adba6c342f094da100f19fe2d2a22e551883430 100644
(file)
--- a/
lisp/emacs-lisp/gv.el
+++ b/
lisp/emacs-lisp/gv.el
@@
-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)