Fixed.
authorueno <ueno>
Sun, 31 Dec 2006 11:49:46 +0000 (11:49 +0000)
committerueno <ueno>
Sun, 31 Dec 2006 11:49:46 +0000 (11:49 +0000)
epa.el

diff --git a/epa.el b/epa.el
index 21a470d..9a49f02 100644 (file)
--- 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)