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

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

[elpa] externals/gited 37fe689 25/73: * gited.el (gited--fill-branch-ali


From: Stefan Monnier
Subject: [elpa] externals/gited 37fe689 25/73: * gited.el (gited--fill-branch-alist): Silence harmless warning.
Date: Sun, 29 Nov 2020 00:00:32 -0500 (EST)

branch: externals/gited
commit 37fe68995eadd1c34a8f668e78cc1f1e332ef1b0
Author: Tino Calancha <tino.calancha@gmail.com>
Commit: Tino Calancha <tino.calancha@gmail.com>

    * gited.el (gited--fill-branch-alist): Silence harmless warning.
---
 gited.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gited.el b/gited.el
index cd56fd6..f75e646 100644
--- a/gited.el
+++ b/gited.el
@@ -10,9 +10,9 @@
 ;; Compatibility: GNU Emacs: 24.4
 ;; Version: 0.2.0
 ;; Package-Requires: ((emacs "24.4") (cl-lib "0.5"))
-;; Last-Updated: Fri Jun 09 22:11:39 JST 2017
+;; Last-Updated: Fri Jun 09 22:24:01 JST 2017
 ;;           By: calancha
-;;     Update #: 658
+;;     Update #: 659
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;
@@ -2572,8 +2572,8 @@ reach the beginning of the buffer."
                                        (format-time-string
                                         gited-date-format
                                         (apply #'encode-time
-                                               (decode-time
-                                                (seconds-to-time time-secs) 
zone))
+                                               (with-no-warnings
+                                                 (decode-time (seconds-to-time 
time-secs) zone)))
                                         ;; FIXME: Would work for  a zone as: 
+0530 ?
                                         (and zone (* 36 zone)))) 
                                       (t ;; HACK: Workaround for Emacs 
versions < 25 that don't accept



reply via email to

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