diff options
author | Glenn Morris <rgm@gnu.org> | 2010-12-13 20:26:01 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-12-13 20:26:01 -0800 |
commit | 0273f794adc2bfec888b506ee0328f3bc7eb0ad3 (patch) | |
tree | 5d92bc22268a8882db15d8786cc793e3c2f547e6 /lisp/mail/mail-utils.el | |
parent | 105a786f510c78ec0310202aa7dd6755a3d7d062 (diff) | |
download | emacs-0273f794adc2bfec888b506ee0328f3bc7eb0ad3.tar.gz |
* lisp/mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
Diffstat (limited to 'lisp/mail/mail-utils.el')
-rw-r--r-- | lisp/mail/mail-utils.el | 4 |
1 files changed, 0 insertions, 4 deletions
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. |