From: morioka Date: Wed, 26 May 1999 06:57:12 +0000 (+0000) Subject: (smtp-debug-info): Now a user option. X-Git-Tag: flim-1_12_7~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a36c0aaf29be8e8c417bcd8340159ce0be8552bd;p=elisp%2Fflim.git (smtp-debug-info): Now a user option. --- 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 ()