X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mel-q.el;h=4a59b02dbfae7a1c76104ae6e9657f4c3b0db9da;hb=0f9aa0afddb6bd16d9b0146c82af8bbddc313e76;hp=44b83c90e44ab6fab32c0dd75f01fec5794d656d;hpb=09986cc02a99ec95288aef3f2e890426ae252b54;p=elisp%2Fflim.git diff --git a/mel-q.el b/mel-q.el index 44b83c9..4a59b02 100644 --- a/mel-q.el +++ b/mel-q.el @@ -1,6 +1,6 @@ ;;; mel-q.el --- Quoted-Printable encoder/decoder. -;; Copyright (C) 1995,1996,1997,1998,1999 Free Software Foundation, Inc. +;; Copyright (C) 1995,96,97,98,99,2000,2001 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; Created: 1995/6/25 @@ -27,6 +27,11 @@ (require 'mime-def) (require 'path-util) +(eval-when-compile + ;; XXX: should provide char-list instead of string-to-char-list. + ;; XXx: and also the macro `as-binary-process' should be provided + ;; XXx: by the module "pces" which will be loaded by way of "poem". + (require 'poem)) ;;; @ Quoted-Printable encoder