From: tomo Date: Fri, 22 Dec 2000 10:50:32 +0000 (+0000) Subject: (pgg-messages-coding-system): New user option. X-Git-Tag: semi-1_14_1~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=915be0cca1aec41f9a9b166fb9a18736bf7aaaf9;p=elisp%2Fsemi.git (pgg-messages-coding-system): New user option. --- diff --git a/pgg-def.el b/pgg-def.el index f1c62ea..d5f01b8 100644 --- a/pgg-def.el +++ b/pgg-def.el @@ -1,8 +1,8 @@ ;;; pgg-def.el --- functions/macros for defining PGG functions -;; Copyright (C) 1999 Daiki Ueno +;; Copyright (C) 1999 Free Software Foundation, Inc. -;; Author: Daiki Ueno +;; Author: Daiki Ueno ;; Created: 1999/11/02 ;; Keywords: PGP, OpenPGP, GnuPG @@ -58,6 +58,11 @@ :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*")