From: shuhei-k Date: Sat, 22 May 1999 20:00:53 +0000 (+0000) Subject: Require 'poe and 'pcustom. X-Git-Tag: flim-1_12_7~17 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=506ebab5e91f00207dd9e4667dff1942334eb2f4;p=elisp%2Fflim.git Require 'poe and 'pcustom. --- diff --git a/smtpmail.el b/smtpmail.el index 807b4a7..95a09eb 100644 --- a/smtpmail.el +++ b/smtpmail.el @@ -18,8 +18,8 @@ ;; General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; along with this program; see the file COPYING. If not, write to +;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. ;;; Commentary: @@ -42,6 +42,8 @@ ;;; Code: +(require 'poe) +(require 'pcustom) (require 'smtp) (require 'sendmail) (require 'time-stamp)