; * test/lisp/cus-edit-tests.el: remove unused var (bug#63290)
This commit is contained in:
parent
f4fe820707
commit
82d8732505
1 changed files with 0 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue