* mime-play.el (mime-play-entity): Use return value of
[elisp/semi.git] / pgg-pgp5.el
index cdc0029..e774ae4 100644 (file)
@@ -105,8 +105,9 @@ Bourne shell or its equivalent \(not tcsh) is needed for \"2>\"."
     (unwind-protect
        (progn
          (setq process
-               (apply #'binary-funcall #'start-process-shell-command
-                      "*PGP*" output-buffer program args))
+               (apply #'binary-funcall
+                      #'start-process-shell-command "*PGP*" output-buffer
+                      program args))
          (set-process-sentinel process #'ignore)
          (when passphrase
            (process-send-string process (concat passphrase "\n")))