]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/transient.el (transient-infix-read): Fix warning.
authorEshel Yaron <me@eshelyaron.com>
Tue, 7 Jan 2025 19:22:10 +0000 (20:22 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 7 Jan 2025 19:22:10 +0000 (20:22 +0100)
lisp/transient.el

index 6612012872960339b06ee258c244e4cdec223ad6..a863eccd57b7a6983ec1e8a508ace10d3fcd2fe9 100644 (file)
@@ -3400,8 +3400,7 @@ it\", in which case it is pointless to preserve history.)"
              (not always-read)
              transient--prefix)
         (oset obj value nil)
-      (let* ((enable-recursive-minibuffers t)
-             (reader (oref obj reader))
+      (let* ((reader (oref obj reader))
              (choices (if (functionp choices) (funcall choices) choices))
              (prompt (transient-prompt obj))
              (value (if multi-value (string-join value ",") value))