From: Eshel Yaron Date: Thu, 1 Aug 2024 20:09:20 +0000 (+0200) Subject: ; * kubed.el (kubed-list-read-filter): Fix typo. X-Git-Tag: v0.2.0~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bccc588b205ce81565ade2e4c7e70ab2897de734;p=kubed.git ; * kubed.el (kubed-list-read-filter): Fix typo. --- diff --git a/kubed.el b/kubed.el index 793dec0..2073526 100644 --- a/kubed.el +++ b/kubed.el @@ -235,7 +235,7 @@ of the error, push a mark before moving point." (minibuffer-with-setup-hook (lambda () (set-syntax-table emacs-lisp-mode-syntax-table) - (setq-local kubed-list-read-filter-target-buffer buf) + (setq-local kubed--list-read-filter-target-buffer buf) (add-hook 'completion-at-point-functions (lambda ()