projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b8ef64
)
Fixed.
author
ueno
<ueno>
Fri, 5 Jan 2007 23:30:28 +0000
(23:30 +0000)
committer
ueno
<ueno>
Fri, 5 Jan 2007 23:30:28 +0000
(23:30 +0000)
epg.el
patch
|
blob
|
history
diff --git
a/epg.el
b/epg.el
index
366e4b6
..
02f1601
100644
(file)
--- a/
epg.el
+++ b/
epg.el
@@
-1672,8
+1672,8
@@
This function is for internal use only."
(string-to-number (aref line 2))
(aref line 4)
(epg--time-from-seconds (aref line 5))
- (unless (equal (aref line 6) "0")
- (epg--time-from-seconds (aref line 6)))))
+ (if (aref line 6)
+ (epg--time-from-seconds (aref line 6)))))
;;;###autoload
(defun epg-list-keys (context &optional name mode)