From 10e533dcc46fe7aec55daf11e69469a6e8d481eb Mon Sep 17 00:00:00 2001 From: tmorioka Date: Fri, 28 Feb 1997 04:16:39 +0000 Subject: [PATCH] Variable `BIN_SRC_DIR' and `BINS' were abolished. --- SEMI-CFG | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SEMI-CFG b/SEMI-CFG index 4634ffa..5904e39 100644 --- a/SEMI-CFG +++ b/SEMI-CFG @@ -1,6 +1,6 @@ ;;; -*-Emacs-Lisp-*- ;;; -;;; $Id: SEMI-CFG,v 0.1 1997-02-28 04:08:02 tmorioka Exp $ +;;; $Id: SEMI-CFG,v 0.2 1997-02-28 04:16:39 tmorioka Exp $ ;;; (defvar default-load-path load-path) @@ -191,8 +191,6 @@ (setq EMH_RELATIVE_DIR SEMI_KERNEL_RELATIVE_DIR) (setq Gnus_MIME_RELATIVE_DIR SEMI_KERNEL_RELATIVE_DIR) -(setq BIN_SRC_DIR "src") -(setq BINS '("ol2" "decode-b")) (setq METHOD_SRC_DIR "methods") (setq METHODS '("tm-au" "tm-file" "tm-html" "tm-image" "tm-mpeg" -- 1.7.10.4