]> git.eshelyaron.com Git - emacs.git/commitdiff
Customize mail-use-rfc822.
authorStephen Eglen <stephen@gnu.org>
Mon, 13 Apr 1998 17:16:40 +0000 (17:16 +0000)
committerStephen Eglen <stephen@gnu.org>
Mon, 13 Apr 1998 17:16:40 +0000 (17:16 +0000)
lisp/mail/mail-utils.el

index 002c37d8125a2a9f9b10d626250c7ede3b83eb92..5414bf58fa9e7dce2ce3cd23ef43fcf40699b7c0 100644 (file)
 (require 'lisp-mode)
                     
 ;;;###autoload
-(defvar mail-use-rfc822 nil "\
+(defcustom mail-use-rfc822 nil "\
 *If non-nil, use a full, hairy RFC822 parser on mail addresses.
 Otherwise, (the default) use a smaller, somewhat faster, and
-often correct parser.")
+often correct parser."
+  :type 'boolean
+  :group 'mail)
 
 ;; Returns t if file FILE is an Rmail file.
 ;;;###autoload