]> git.eshelyaron.com Git - kubed.git/commitdiff
; * kubed.el (kubed-list-filter-operator-alist): Fix typo.
authorEshel Yaron <me@eshelyaron.com>
Wed, 7 Aug 2024 11:52:58 +0000 (13:52 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 7 Aug 2024 11:53:07 +0000 (13:53 +0200)
kubed.el

index fa9da9086fecb6ba08fa9381ba822b31a15cba13..972aff28b95cdf0a2dd3c052e7dc6710dbefa4c2 100644 (file)
--- 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))