From 0273f794adc2bfec888b506ee0328f3bc7eb0ad3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 13 Dec 2010 20:26:01 -0800 Subject: [PATCH] * lisp/mail/mail-utils.el: No need to require lisp-mode, it's in loadup. --- lisp/ChangeLog | 4 ++++ lisp/mail/mail-utils.el | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) 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. -- 2.39.5