From 524aebf3f6d0bec693302743fce071a6463631a8 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 28 Jul 2024 15:51:44 +0200 Subject: [PATCH] ; * kubed.el: Silence warning about 'cobra-read-command-line'. --- kubed.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kubed.el b/kubed.el index 03b13a1..4dbf281 100644 --- a/kubed.el +++ b/kubed.el @@ -1842,6 +1842,9 @@ Optional argument DEFAULT is the minibuffer default argument." (defvar kubed-kubectl-command-history nil "Minibuffer history for `kubed-kubectl-command'.") +(declare-function cobra-read-command-line "cobra" + (prompt initial &optional hist)) + ;;;###autoload (defun kubed-kubectl-command (command) "Execute `kubectl' COMMAND. -- 2.39.5