From 43843db1ca55bfaaa716b282c3473db3a993fc80 Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 17 Apr 2006 10:41:17 +0000 Subject: [PATCH] Fixed. --- epa-file.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/epa-file.el b/epa-file.el index 705f18a..961897e 100644 --- a/epa-file.el +++ b/epa-file.el @@ -133,7 +133,8 @@ context (if (stringp start) (encode-coding-string start coding-system) - (encode-coding-string (buffer-string) coding-system)) + (encode-coding-string (buffer-string start end) + coding-system)) (mapcar (lambda (key) (epg-sub-key-id (car (epg-key-sub-key-list key)))) (unless (assoc file epa-file-passphrase-alist) -- 1.7.10.4