[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/kubed e33dc7d9e5 1/3: ; * kubed.el (kubed-list-filter-o
From: |
ELPA Syncer |
Subject: |
[elpa] externals/kubed e33dc7d9e5 1/3: ; * kubed.el (kubed-list-filter-operator-alist): Fix typo. |
Date: |
Wed, 7 Aug 2024 12:58:37 -0400 (EDT) |
branch: externals/kubed
commit e33dc7d9e57f8f25c978aa5d06d42ee65d39d520
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>
; * 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 fa9da9086f..972aff28b9 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))