projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4fe820
)
; * test/lisp/cus-edit-tests.el: remove unused var (bug#63290)
author
Mattias Engdegård
<mattiase@acm.org>
Mon, 21 Aug 2023 15:04:44 +0000
(17:04 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Mon, 21 Aug 2023 15:05:53 +0000
(17:05 +0200)
test/lisp/cus-edit-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/cus-edit-tests.el
b/test/lisp/cus-edit-tests.el
index 3a788f197453853ec5a33d334b12d8f4793d1185..9ceab16e194caf0943c2c7a022f259e8ff3bc4d5 100644
(file)
--- a/
test/lisp/cus-edit-tests.el
+++ b/
test/lisp/cus-edit-tests.el
@@
-128,7
+128,6
@@
;; Simulate changing the value.
(let* ((choice (widget-at))
(args (widget-get choice :args))
- (const-opt (car (widget-get choice :children)))
(list-opt (nth 1 args)))
(widget-put choice :explicit-choice list-opt)
(widget-value-set choice (widget-default-get list-opt)))