diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2023-08-21 17:04:44 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2023-08-21 17:05:53 +0200 |
commit | 82d8732505d267b5152320300b3ebd1a2727bead (patch) | |
tree | d10fc455ccdbab4841a1f6933b16882066c41bbd /test/lisp/cus-edit-tests.el | |
parent | f4fe820707074f27ecb3f595966c0f9b9b8a034b (diff) | |
download | emacs-82d8732505d267b5152320300b3ebd1a2727bead.tar.gz emacs-82d8732505d267b5152320300b3ebd1a2727bead.tar.bz2 emacs-82d8732505d267b5152320300b3ebd1a2727bead.zip |
; * test/lisp/cus-edit-tests.el: remove unused var (bug#63290)
Diffstat (limited to 'test/lisp/cus-edit-tests.el')
-rw-r--r-- | test/lisp/cus-edit-tests.el | 1 |
1 files changed, 0 insertions, 1 deletions
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))) |