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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/pgg-gpg.el,v
Date: Thu, 07 Sep 2006 05:58:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     06/09/07 05:58:54

Index: pgg-gpg.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/pgg-gpg.el,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- pgg-gpg.el  5 Sep 2006 08:17:34 -0000       1.17
+++ pgg-gpg.el  7 Sep 2006 05:58:53 -0000       1.18
@@ -91,11 +91,11 @@
          (set-process-sentinel process #'ignore)
          (when passphrase
            (setq passphrase-with-newline (concat passphrase "\n"))
-           (if (boundp 'locale-coding-system)
+           (if pgg-passphrase-coding-system
                (progn
                  (setq encoded-passphrase-with-new-line
                        (encode-coding-string passphrase-with-newline
-                                             locale-coding-system))
+                                             pgg-passphrase-coding-system))
                  (pgg-clear-string passphrase-with-newline))
              (setq encoded-passphrase-with-new-line passphrase-with-newline
                    passphrase-with-newline nil))




reply via email to

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