emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/pgg-gpg.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/pgg-gpg.el,v
Date: Sat, 17 Feb 2007 20:38:21 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/02/17 20:38:20

Index: pgg-gpg.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/pgg-gpg.el,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- pgg-gpg.el  21 Jan 2007 03:53:11 -0000      1.21
+++ pgg-gpg.el  17 Feb 2007 20:38:20 -0000      1.22
@@ -61,7 +61,7 @@
   "GnuPG ID of your default identity.")
 
 (defun pgg-gpg-process-region (start end passphrase program args)
-  (let* ((use-agent (pgg-gpg-use-agent-p)) 
+  (let* ((use-agent (and (null passphrase) (pgg-gpg-use-agent-p)))
         (output-file-name (pgg-make-temp-file "pgg-output"))
         (args
          `("--status-fd" "2"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]