From: Glenn Morris Date: Tue, 14 Dec 2010 04:26:01 +0000 (-0800) Subject: * lisp/mail/mail-utils.el: No need to require lisp-mode, it's in loadup. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~1322^2~278^2~119 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0273f794adc2bfec888b506ee0328f3bc7eb0ad3;p=emacs.git * lisp/mail/mail-utils.el: No need to require lisp-mode, it's in loadup. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 59ca93809bb..4d44a09a168 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-12-14 Glenn Morris + + * mail/mail-utils.el: No need to require lisp-mode, it's in loadup. + 2010-12-13 Romain Francoise * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles. diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index a8def04100e..a8d845146f6 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el @@ -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.