From 1d3f65699b1309069d7ceca2529ba44d663fbf7e Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 21 Jul 1999 08:28:02 +0000 Subject: [PATCH] (EXEC_PREFIX): Deleted. --- SEMI-CFG | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/SEMI-CFG b/SEMI-CFG index c05df10..9847f86 100644 --- a/SEMI-CFG +++ b/SEMI-CFG @@ -115,13 +115,6 @@ (defvar PREFIX install-prefix) ;;(setq PREFIX "~/") -;; Please specify install path prefix for binaries. -(defvar EXEC_PREFIX - (if (or running-emacs-18 running-xemacs) - (expand-file-name "../../.." exec-directory) - (expand-file-name "../../../.." exec-directory) - )) - ;; Please specify emu prefix [optional] (setq EMU_PREFIX (if (string-match "XEmacs" emacs-version) @@ -135,9 +128,6 @@ ;;; @ executables ;;; -;; Please specify binary path. -(defvar BIN_DIR (expand-file-name "bin" EXEC_PREFIX)) - ;; Please specify binary path. (for external method scripts) (setq METHOD_DIR (expand-file-name "share/semi" PREFIX)) -- 1.7.10.4