From 915be0cca1aec41f9a9b166fb9a18736bf7aaaf9 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 22 Dec 2000 10:50:32 +0000 Subject: [PATCH] (pgg-messages-coding-system): New user option. --- pgg-def.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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*") -- 1.7.10.4