(smtp-debug-info): Now a user option.
authormorioka <morioka>
Wed, 26 May 1999 06:57:12 +0000 (06:57 +0000)
committermorioka <morioka>
Wed, 26 May 1999 06:57:12 +0000 (06:57 +0000)
smtp.el

diff --git a/smtp.el b/smtp.el
index e83be87..baef1ec 100644 (file)
--- 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 ()