From: ueno Date: Tue, 18 Apr 2006 08:05:27 +0000 (+0000) Subject: Fixed. X-Git-Tag: epgsm-branchpoint~40 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4970a9665ddbb13c26a070ea013ca65f8e4229a2;p=elisp%2Fepg.git Fixed. --- diff --git a/epa-file.el b/epa-file.el index 961897e..6ba67f2 100644 --- 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))))