From cc9c37a527b6aa12cec21a97238e564414fddcc1 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 25 Aug 1999 07:06:04 +0000 Subject: [PATCH] Don't provide `emu'; add the latest path of "custom" to `load-path'. --- APEL-CFG | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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. ;;; -- 1.7.10.4