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:
43843db
)
Fixed.
author
ueno
<ueno>
Tue, 18 Apr 2006 08:05:27 +0000
(08:05 +0000)
committer
ueno
<ueno>
Tue, 18 Apr 2006 08:05:27 +0000
(08:05 +0000)
epa-file.el
patch
|
blob
|
history
diff --git
a/epa-file.el
b/epa-file.el
index
961897e
..
6ba67f2
100644
(file)
--- a/
epa-file.el
+++ b/
epa-file.el
@@
-133,7
+133,7
@@
context
(if (stringp start)
(encode-coding-string start coding-system)
- (encode-coding-string (buffer-string start end)
+ (encode-coding-string (buffer-substring start end)
coding-system))
(mapcar (lambda (key)
(epg-sub-key-id (car (epg-key-sub-key-list key))))