]> git.eshelyaron.com Git - kubed.git/commitdiff
; * kubed.el: Silence warning about 'cobra-read-command-line'.
authorEshel Yaron <me@eshelyaron.com>
Sun, 28 Jul 2024 13:51:44 +0000 (15:51 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 28 Jul 2024 13:52:26 +0000 (15:52 +0200)
kubed.el

index 03b13a1323d021fe48fa37ea0d44b4c5f7645cd6..4dbf28177475d3e4a157dd30946e6da474bebc59 100644 (file)
--- 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.