changeset 111956:e3c25cc05c38

* lisp/mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
author Glenn Morris <rgm@gnu.org>
date Mon, 13 Dec 2010 20:26:01 -0800
parents b5bb4bf62d4a
children e0dabb89175d
files lisp/ChangeLog lisp/mail/mail-utils.el
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Dec 13 20:18:22 2010 -0800
+++ b/lisp/ChangeLog	Mon Dec 13 20:26:01 2010 -0800
@@ -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.
--- a/lisp/mail/mail-utils.el	Mon Dec 13 20:18:22 2010 -0800
+++ b/lisp/mail/mail-utils.el	Mon Dec 13 20:26:01 2010 -0800
@@ -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.