From: yamaoka Date: Fri, 27 Aug 1999 05:11:18 +0000 (+0000) Subject: Require `poe' before `install' for picking up the macro `eval-when-compile'. X-Git-Tag: apel-9_22~34 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ce52e57246818a209b9d89cf658051e967ce28fc;p=elisp%2Fapel.git Require `poe' before `install' for picking up the macro `eval-when-compile'. --- diff --git a/APEL-CFG b/APEL-CFG index 288236c..2bc703f 100644 --- a/APEL-CFG +++ b/APEL-CFG @@ -6,6 +6,8 @@ (defvar default-load-path load-path) (setq load-path (cons (expand-file-name ".") load-path)) + +(require 'poe);; Pickup `eval-when-compile'. (require 'install)