From ec0d25ef46815b6c327609fd92ac37e753fe1c97 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 9 Nov 1999 09:40:54 +0000 Subject: [PATCH] Don't add the path of "custom" to `load-path'. --- APEL-CFG | 8 -------- 1 file changed, 8 deletions(-) diff --git a/APEL-CFG b/APEL-CFG index 288236c..cce20e7 100644 --- a/APEL-CFG +++ b/APEL-CFG @@ -8,14 +8,6 @@ (setq load-path (cons (expand-file-name ".") load-path)) (require 'install) - -;;; -;;; @@ Please specify CUSTOM path. -;;; - -(add-latest-path "custom") - - ;;; @ Please specify prefix of install directory. ;;; -- 1.7.10.4