X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=pgg-pgp5.el;h=e774ae4791ae7f3a26e9a856c10dde2dfeee74eb;hb=1a5a8f07cc45f9e4f7d777083164dcf23c6a9537;hp=cdc0029a276d1cf8e378528047f81881f16eb383;hpb=bf7e08bd7cfe04654f724a049282365e3244d306;p=elisp%2Fsemi.git diff --git a/pgg-pgp5.el b/pgg-pgp5.el index cdc0029..e774ae4 100644 --- a/pgg-pgp5.el +++ b/pgg-pgp5.el @@ -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")))