From: Eshel Yaron Date: Mon, 29 Jul 2024 14:36:25 +0000 (+0200) Subject: ; (kubed-read-resource-field): Pass DEFAULT 'completing-read'. X-Git-Tag: v0.2.0~33 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2c90213b8ecbb1d0ffc6e00e953804332b85474b;p=kubed.git ; (kubed-read-resource-field): Pass DEFAULT 'completing-read'. --- diff --git a/kubed.el b/kubed.el index d3cea4e..409503a 100644 --- 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)