Fixed.
authorueno <ueno>
Tue, 18 Apr 2006 08:05:27 +0000 (08:05 +0000)
committerueno <ueno>
Tue, 18 Apr 2006 08:05:27 +0000 (08:05 +0000)
epa-file.el

index 961897e..6ba67f2 100644 (file)
               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))))