(pgg-pgp-encrypt-region): Add 3rd arg to mapconcat.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 23 Sep 2009 07:08:17 +0000 (07:08 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 23 Sep 2009 07:08:17 +0000 (07:08 +0000)
lisp/pgg-pgp.el

index 26c7fcc..d13b399 100644 (file)
@@ -145,7 +145,8 @@ Bourne shell or its equivalent \(not tcsh) is needed for \"2>\"."
                (mapconcat 'shell-quote-argument
                           (append recipients
                                   (if pgg-encrypt-for-me
-                                      (list pgg-pgp-user-id)))))
+                                      (list pgg-pgp-user-id)))
+                         " "))
            (if sign (concat " -s -u " (shell-quote-argument pgg-pgp-user-id))))))
     (pgg-pgp-process-region start end nil pgg-pgp-program args)
     (pgg-process-when-success nil)))