]> git.eshelyaron.com Git - kubed.git/commitdiff
; (kubed-read-resource-field): Pass DEFAULT 'completing-read'.
authorEshel Yaron <me@eshelyaron.com>
Mon, 29 Jul 2024 14:36:25 +0000 (16:36 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 29 Jul 2024 14:36:25 +0000 (16:36 +0200)
kubed.el

index d3cea4efa640f067a68bfb2f4da76503aa2a4475..409503a4a54ab51bc4781b792e24d9b45d53cb02 100644 (file)
--- a/kubed.el
+++ b/kubed.el
@@ -1909,7 +1909,7 @@ Optional argument DEFAULT is the minibuffer default argument."
                ;; `try-completion'.
                (let ((comp (complete-with-action a table (substring s start) p)))
                  (if (stringp comp) (concat (substring s 0 start) comp) comp))))))))
-   nil 'confirm nil 'kubed-resource-field-history))
+   nil 'confirm nil 'kubed-resource-field-history default))
 
 ;;;###autoload
 (defun kubed-explain (field)