From: ueno Date: Sun, 31 Dec 2006 11:49:46 +0000 (+0000) Subject: Fixed. X-Git-Tag: epg-0_0_10~38 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cbc718c87e5b0cefd207406ead1e9cf4347b6c50;p=elisp%2Fepg.git Fixed. --- diff --git a/epa.el b/epa.el index 21a470d..9a49f02 100644 --- a/epa.el +++ b/epa.el @@ -1018,7 +1018,8 @@ If no one is selected, symmetric encryption will be performed. ") (epa--encode-coding-string (buffer-substring start end) epa-last-coding-system-specified) - recipients)) + recipients + sign)) (message "Encrypting...done") (delete-region start end) (goto-char start)