emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ellama 7ff0c82d73 11/37: Fix linter warning


From: ELPA Syncer
Subject: [elpa] externals/ellama 7ff0c82d73 11/37: Fix linter warning
Date: Sat, 8 Mar 2025 06:58:34 -0500 (EST)

branch: externals/ellama
commit 7ff0c82d732204f7cda9b313cb484825707acac7
Author: Sergey Kostyaev <sskostyaev@gmail.com>
Commit: Sergey Kostyaev <sskostyaev@gmail.com>

    Fix linter warning
---
 ellama.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ellama.el b/ellama.el
index b80372de8d..204b10a779 100644
--- a/ellama.el
+++ b/ellama.el
@@ -1327,7 +1327,7 @@ ARGS contains keys for fine control.
         (collection (pcase source
                       ('user ellama-blueprints)
                       ('community (ellama-community-prompts-ensure))
-                      (t (seq-union
+                      (_ (seq-union
                           ellama-blueprints
                           (ellama-community-prompts-ensure)
                           (lambda (blueprint1 blueprint2)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]