From e33dc7d9e57f8f25c978aa5d06d42ee65d39d520 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Wed, 7 Aug 2024 13:52:58 +0200 Subject: [PATCH] ; * kubed.el (kubed-list-filter-operator-alist): Fix typo. --- kubed.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubed.el b/kubed.el index fa9da90..972aff2 100644 --- a/kubed.el +++ b/kubed.el @@ -330,7 +330,7 @@ should only be available in buffers that display Kuberenetes resources." (if (= l r) (string> s v) (> l r)))) (defcustom kubed-list-filter-operator-alist - `((= . string=) + '((= . string=) (~ . string-match-p) (< . kubed-list-filter-lt-operator) (> . kubed-list-filter-gt-operator)) -- 2.39.5