From a36c0aaf29be8e8c417bcd8340159ce0be8552bd Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 26 May 1999 06:57:12 +0000 Subject: [PATCH] (smtp-debug-info): Now a user option. --- smtp.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/smtp.el b/smtp.el index e83be87..baef1ec 100644 --- a/smtp.el +++ b/smtp.el @@ -68,7 +68,11 @@ don't define this value." :type '(choice (const nil) string) :group 'smtp) -(defvar smtp-debug-info nil) +(defcustom smtp-debug-info nil + "*smtp debug info printout. messages and process buffer." + :type 'boolean + :group 'smtp) + (defvar smtp-read-point nil) (defun smtp-make-fqdn () -- 1.7.10.4