emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 82d8732505d 2/2: ; * test/lisp/cus-edit-tests.el: remove unused v


From: Mattias Engdegård
Subject: master 82d8732505d 2/2: ; * test/lisp/cus-edit-tests.el: remove unused var (bug#63290)
Date: Mon, 21 Aug 2023 11:07:15 -0400 (EDT)

branch: master
commit 82d8732505d267b5152320300b3ebd1a2727bead
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * test/lisp/cus-edit-tests.el: remove unused var (bug#63290)
---
 test/lisp/cus-edit-tests.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/lisp/cus-edit-tests.el b/test/lisp/cus-edit-tests.el
index 3a788f19745..9ceab16e194 100644
--- 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]