* lisp/mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
This commit is contained in:
parent
105a786f51
commit
0273f794ad
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-12-14 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
|
||||
|
||||
2010-12-13 Romain Francoise <romain@orebokech.com>
|
||||
|
||||
* net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
|
||||
|
|
|
@ -28,10 +28,6 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
;;; We require lisp-mode to make sure that lisp-mode-syntax-table has
|
||||
;;; been initialized.
|
||||
(require 'lisp-mode)
|
||||
|
||||
;;;###autoload
|
||||
(defcustom mail-use-rfc822 nil
|
||||
"If non-nil, use a full, hairy RFC822 parser on mail addresses.
|
||||
|
|
Loading…
Add table
Reference in a new issue