aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-12-13 20:26:01 -0800
committerGlenn Morris2010-12-13 20:26:01 -0800
commit0273f794adc2bfec888b506ee0328f3bc7eb0ad3 (patch)
tree5d92bc22268a8882db15d8786cc793e3c2f547e6
parent105a786f510c78ec0310202aa7dd6755a3d7d062 (diff)
downloademacs-0273f794adc2bfec888b506ee0328f3bc7eb0ad3.tar.gz
emacs-0273f794adc2bfec888b506ee0328f3bc7eb0ad3.zip
* lisp/mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/mail/mail-utils.el4
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 @@
12010-12-14 Glenn Morris <rgm@gnu.org>
2
3 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
4
12010-12-13 Romain Francoise <romain@orebokech.com> 52010-12-13 Romain Francoise <romain@orebokech.com>
2 6
3 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles. 7 * 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 @@
28 28
29;;; Code: 29;;; Code:
30 30
31;;; We require lisp-mode to make sure that lisp-mode-syntax-table has
32;;; been initialized.
33(require 'lisp-mode)
34
35;;;###autoload 31;;;###autoload
36(defcustom mail-use-rfc822 nil 32(defcustom mail-use-rfc822 nil
37 "If non-nil, use a full, hairy RFC822 parser on mail addresses. 33 "If non-nil, use a full, hairy RFC822 parser on mail addresses.