branch: scratch/gited
commit 34b3e7e53122f373db1294deed60beee94d4b776
Author: Tino Calancha <[email protected]>
Commit: Tino Calancha <[email protected]>
* 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