]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/cus-edit-tests.el: remove unused var (bug#63290)
authorMattias Engdegård <mattiase@acm.org>
Mon, 21 Aug 2023 15:04:44 +0000 (17:04 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 21 Aug 2023 15:05:53 +0000 (17:05 +0200)
test/lisp/cus-edit-tests.el

index 3a788f197453853ec5a33d334b12d8f4793d1185..9ceab16e194caf0943c2c7a022f259e8ff3bc4d5 100644 (file)
   ;; 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)))