From 99bcafd2b59a53b4b51fe564b9dc9392ae2ab8d3 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 22 May 1999 12:25:04 +0000 Subject: [PATCH] Require `alist'. --- mel.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mel.el b/mel.el index b1902b4..e70319a 100644 --- a/mel.el +++ b/mel.el @@ -1,8 +1,8 @@ ;;; mel.el : a MIME encoding/decoding library -;; Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. +;; Copyright (C) 1995,1996,1997,1998,1999 Free Software Foundation, Inc. -;; Author: MORIOKA Tomohiko +;; Author: MORIOKA Tomohiko ;; Created: 1995/6/25 ;; Keywords: MIME, Base64, Quoted-Printable, uuencode, gzip64 @@ -27,6 +27,7 @@ (require 'mime-def) (require 'poem) +(require 'alist) (defcustom mime-encoding-list '("7bit" "8bit" "binary" "base64" "quoted-printable") -- 1.7.10.4