From: morioka Date: Sat, 22 May 1999 12:25:04 +0000 (+0000) Subject: Require `alist'. X-Git-Tag: chao-1_13_0~50 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=99bcafd2b59a53b4b51fe564b9dc9392ae2ab8d3;p=elisp%2Fflim.git Require `alist'. --- 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")