From: morioka Date: Thu, 26 Mar 1998 06:41:07 +0000 (+0000) Subject: Require 'std11-parse when compile. X-Git-Tag: apel-7_6-char-next-index~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=970cf85007f6d829160ea9d9001f77fed2b965c3;p=elisp%2Fapel.git Require 'std11-parse when compile. --- diff --git a/std11.el b/std11.el index 117ddc6..1a70c5e 100644 --- a/std11.el +++ b/std11.el @@ -1,10 +1,9 @@ ;;; std11.el --- STD 11 functions for GNU Emacs -;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +;; Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; Keywords: mail, news, RFC 822, STD 11 -;; Version: $Id: std11.el,v 1.1 1998-02-04 07:24:33 morioka Exp $ ;; This file is part of MU (Message Utilities). @@ -28,6 +27,10 @@ (autoload 'buffer-substring-no-properties "emu") (autoload 'member "emu") +(eval-when-compile + (provide 'std11) + (require 'std11-parse)) + ;;; @ field ;;;