From: yamaoka Date: Wed, 25 Aug 1999 07:06:04 +0000 (+0000) Subject: Don't provide `emu'; add the latest path of "custom" to `load-path'. X-Git-Tag: of-tm-8_5~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cc9c37a527b6aa12cec21a97238e564414fddcc1;p=elisp%2Fapel.git Don't provide `emu'; add the latest path of "custom" to `load-path'. --- diff --git a/APEL-CFG b/APEL-CFG index 8561547..288236c 100644 --- a/APEL-CFG +++ b/APEL-CFG @@ -6,11 +6,16 @@ (defvar default-load-path load-path) (setq load-path (cons (expand-file-name ".") load-path)) -;; prevent install.el from loading 'emu while compiling APEL. -(provide 'emu) (require 'install) +;;; +;;; @@ Please specify CUSTOM path. +;;; + +(add-latest-path "custom") + + ;;; @ Please specify prefix of install directory. ;;;