From 82d8732505d267b5152320300b3ebd1a2727bead Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Mon, 21 Aug 2023 17:04:44 +0200 Subject: [PATCH] ; * 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))) -- 2.39.5