undo the last change.
authorueno <ueno>
Fri, 22 Dec 2000 15:49:05 +0000 (15:49 +0000)
committerueno <ueno>
Fri, 22 Dec 2000 15:49:05 +0000 (15:49 +0000)
pgg-def.el
pgg-gpg.el

index d5f01b8..cb3fff8 100644 (file)
   :group 'pgg
   :type 'boolean)
 
-(defcustom pgg-messages-coding-system 'undecided
-  "Coding system used when reading from a PGP external process."
-  :group 'pgg
-  :type 'coding-system)
-
 (defvar pgg-status-buffer " *PGG status*")
 (defvar pgg-errors-buffer " *PGG errors*")
 (defvar pgg-output-buffer " *PGG output*")
index d288082..926140e 100644 (file)
@@ -47,9 +47,6 @@
 (defvar pgg-gpg-user-id nil
   "GnuPG ID of your default identity.")
 
-(defvar pgg-gpg-messages-coding-system pgg-messages-coding-system
-  "Coding system used when reading from a GnuPG external process.")
-
 (defvar pgg-scheme-gpg-instance nil)
 
 ;;;###autoload
@@ -77,8 +74,7 @@
     (unwind-protect
        (progn
          (set-default-file-modes 448)
-         (let ((coding-system-for-read 'pgg-gpg-messages-coding-system)
-               (coding-system-for-write 'binary))
+         (let ((coding-system-for-write 'binary))
            (setq process
                  (apply #'start-process "*GnuPG*" errors-buffer
                         program args)))