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:
27e1a37
)
Fixed.
author
ueno
<ueno>
Fri, 15 Sep 2006 03:43:16 +0000
(
03:43
+0000)
committer
ueno
<ueno>
Fri, 15 Sep 2006 03:43:16 +0000
(
03:43
+0000)
epg.el
patch
|
blob
|
history
diff --git
a/epg.el
b/epg.el
index
6ba12fe
..
23707de
100644
(file)
--- a/
epg.el
+++ b/
epg.el
@@
-1305,7
+1305,8
@@
This function is for internal use only."
(defun epg-progress-callback-function (context what char current total
handback)
- (message "%s: %d%% (%d/%d)" what (if (> total 0) (/ current 1.0 total) 0)
+ (message "%s: %d%% (%d/%d)" what
+ (if (> total 0) (floor (* (/ current (float total)) 100)) 0)
current total))
(defun epg--list-keys-1 (context name mode)