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

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

[elpa] scratch/gited 34b3e7e 6/7: * gited.el (gited--fill-branch-alist):


From: Tino Calancha
Subject: [elpa] scratch/gited 34b3e7e 6/7: * gited.el (gited--fill-branch-alist): Silence harmless warning.
Date: Fri, 9 Jun 2017 10:51:49 -0400 (EDT)

branch: scratch/gited
commit 34b3e7e53122f373db1294deed60beee94d4b776
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

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

diff --git a/packages/gited/gited.el b/packages/gited/gited.el
index cd56fd6..f75e646 100644
--- a/packages/gited/gited.el
+++ b/packages/gited/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]