From 4970a9665ddbb13c26a070ea013ca65f8e4229a2 Mon Sep 17 00:00:00 2001 From: ueno Date: Tue, 18 Apr 2006 08:05:27 +0000 Subject: [PATCH] Fixed. --- epa-file.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))) -- 1.7.10.4