From: morioka Date: Thu, 20 Mar 1997 02:03:32 +0000 (+0000) Subject: Setting for load-path and requiring install were moved to APEL-MK. X-Git-Tag: XEmacs-20_3-b6~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bac12e4273e736e228e3139de64877a7dfab5412;p=elisp%2Fapel.git Setting for load-path and requiring install were moved to APEL-MK. --- diff --git a/APEL-CFG b/APEL-CFG index 4d7414c..d72b478 100644 --- a/APEL-CFG +++ b/APEL-CFG @@ -1,20 +1,8 @@ ;;; -*-Emacs-Lisp-*- ;;; -;;; $Id: APEL-CFG,v 0.0 1997-03-14 07:21:45 morioka Exp $ +;;; $Id: APEL-CFG,v 0.1 1997-03-20 02:03:32 morioka Exp $ ;;; -(setq load-path (append - (mapcar (function - (lambda (path) - (expand-file-name path (getenv "PWD")) - )) - '("." "../emu") - ) - load-path)) - -(require 'install) - - ;;; @ Please specify prefix of install directory. ;;;