# HG changeset patch # User Glenn Morris # Date 1292300761 28800 # Node ID e3c25cc05c381d65775cf99fe9242168b817f43d # Parent b5bb4bf62d4a18d45a9f57a1ad05d96bc6d842b0 * lisp/mail/mail-utils.el: No need to require lisp-mode, it's in loadup. diff -r b5bb4bf62d4a -r e3c25cc05c38 lisp/ChangeLog --- 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 + + * 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 -r b5bb4bf62d4a -r e3c25cc05c38 lisp/mail/mail-utils.el --- 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.