; * test/lisp/cus-edit-tests.el: remove unused var (bug#63290)

This commit is contained in:
Mattias Engdegård 2023-08-21 17:04:44 +02:00
parent f4fe820707
commit 82d8732505

View file

@ -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)))