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

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

[elpa] externals/ellama b2082aca99 08/11: Eliminate duplicated code


From: ELPA Syncer
Subject: [elpa] externals/ellama b2082aca99 08/11: Eliminate duplicated code
Date: Fri, 22 Dec 2023 15:57:51 -0500 (EST)

branch: externals/ellama
commit b2082aca991311be2657479767d757762871f685
Author: Sergey Kostyaev <kostyaev.sergey2@wb.ru>
Commit: Sergey Kostyaev <kostyaev.sergey2@wb.ru>

    Eliminate duplicated code
---
 NEWS.org  | 3 +++
 ellama.el | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index 0bea79cf1d..d29fa38f16 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,6 @@
+* Version 0.4.5
+- Refactoring. Eliminate duplicated code.
+- Fix minor bugs with error handling.
 * Version 0.4.4
 - Fix ellama-render interactive spec.
 * Version 0.4.3
diff --git a/ellama.el b/ellama.el
index db9914e9f4..7b6e120318 100644
--- a/ellama.el
+++ b/ellama.el
@@ -6,7 +6,7 @@
 ;; URL: http://github.com/s-kostyaev/ellama
 ;; Keywords: help local tools
 ;; Package-Requires: ((emacs "28.1") (llm "0.6.0") (spinner "1.7.4"))
-;; Version: 0.4.4
+;; Version: 0.4.5
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 
@@ -250,6 +250,7 @@ when the request completes (with BUFFER current)."
                                  (lambda (_ msg)
                                    (with-current-buffer buffer
                                      (cancel-change-group ellama--change-group)
+                                     (spinner-stop)
                                      (funcall errcb msg))))))))))
 
 ;;;###autoload



reply via email to

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