From b473e232042f5094333e5d25c39db0dedb897811 Mon Sep 17 00:00:00 2001 From: kaoru Date: Sat, 7 Jul 2001 18:07:22 +0000 Subject: [PATCH] Remove verbose spaces and tabify. --- WL-CFG | 22 +++++++++++----------- WL-ELS | 4 ++-- WL-MK | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/WL-CFG b/WL-CFG index 74c877f..fe45958 100644 --- a/WL-CFG +++ b/WL-CFG @@ -2,19 +2,19 @@ ;;; Configuration file for installation. ;; load-path setting example for Nemacs with tm. -;(setq load-path (append -; (list "/usr/local/lib/nemacs/local.lisp/apel" -; "/usr/local/lib/nemacs/local.lisp/flim" -; "/usr/local/lib/nemacs/local.lisp/mu" -; "/usr/local/lib/nemacs/local.lisp/tm" -; "/usr/local/lib/nemacs/local.lisp/") -; load-path)) +;(setq load-path (append +; (list "/usr/local/lib/nemacs/local.lisp/apel" +; "/usr/local/lib/nemacs/local.lisp/flim" +; "/usr/local/lib/nemacs/local.lisp/mu" +; "/usr/local/lib/nemacs/local.lisp/tm" +; "/usr/local/lib/nemacs/local.lisp/") +; load-path)) ;; load-path setting example for Mule with SEMI. -;(setq load-path (append +;(setq load-path (append ; (list "/usr/local/share/mule/site-lisp/apel" ; "/usr/local/share/mule/site-lisp/flim" -; "/usr/local/share/mule/site-lisp/semi") +; "/usr/local/share/mule/site-lisp/semi") ; load-path)) ;; If you want to install utils, uncomment following line. @@ -26,8 +26,8 @@ ;; By following setting, both Japanese and English info are installed. ;(setq wl-info-lang '("ja" "en")) -;; if you want to install wl modules to the subdirectory other than "wl" -;; under LISPDIR, set following variables. +;; if you want to install wl modules to the subdirectory other than "wl" +;; under LISPDIR, set following variables. ;(setq WL_PREFIX "your-path") ; default is "wl" ;(setq ELMO_PREFIX "your-path") ; default is "wl" diff --git a/WL-ELS b/WL-ELS index 8d31d2e..7b88c2c 100644 --- a/WL-ELS +++ b/WL-ELS @@ -44,8 +44,8 @@ )) (if (or (fboundp 'dynamic-link) - ;; static - (fboundp 'open-database)) + ;; static + (fboundp 'open-database)) (add-to-list 'ELMO-MODULES 'elmo-database)) (if (module-installed-p 'shimbun) diff --git a/WL-MK b/WL-MK index 1d7d047..231612b 100644 --- a/WL-MK +++ b/WL-MK @@ -279,8 +279,8 @@ (install-wl-icons) (mapcar '(lambda (x) - (install-elisp-modules (cdr x) (car x) LISPDIR)) - modules-alist) + (install-elisp-modules (cdr x) (car x) LISPDIR)) + modules-alist) ;; WL-AUTOLOAD-MODULES (install-elisp-modules WL-AUTOLOAD-MODULES WLDIR LISPDIR) ;; -- 1.7.10.4