We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5919e commit 8602bd8Copy full SHA for 8602bd8
lisp/epg.el
@@ -946,10 +946,7 @@ callback data (if any)."
946
(cons (cons 'no-seckey string)
947
(epg-context-result-for context 'error))))
948
949
-(defun epg--time-from-seconds (seconds)
950
- (let ((number-seconds (string-to-number (concat seconds ".0"))))
951
- (cons (floor (/ number-seconds 65536))
952
- (floor (mod number-seconds 65536)))))
+(defalias 'epg--time-from-seconds #'string-to-number)
953
954
(defun epg--status-ERRSIG (context string)
955
(if (string-match "\\`\\([^ ]+\\) \\([0-9]+\\) \\([0-9]+\\) \
0 commit comments