diff options
| author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
| commit | 49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch) | |
| tree | 60c249f15b04478367256fef95c6fd7557f263b9 /lisp/mail/mail-utils.el | |
| parent | 3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff) | |
| download | emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.gz | |
*** empty log message ***
Diffstat (limited to 'lisp/mail/mail-utils.el')
| -rw-r--r-- | lisp/mail/mail-utils.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index 4f97f1d3508..b25edf5cb5e 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el @@ -18,8 +18,6 @@ ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -(provide 'mail-utils) - ;;; We require lisp-mode to make sure that lisp-mode-syntax-table has ;;; been initialized. (require 'lisp-mode) @@ -199,3 +197,6 @@ If third arg ALL is non-nil, concatenate all such fields with commas between." "\\|" (substring labels (match-end 0)))))) labels) + +(provide 'mail-utils) + |
