From 6853047f0a28c9c6cdc3da551c65a0707c53f463 Mon Sep 17 00:00:00 2001 From: yoichi Date: Wed, 24 Oct 2001 09:02:43 +0000 Subject: [PATCH] Change default value of wl-info-lang --- ChangeLog | 5 +++++ WL-CFG | 6 ++---- WL-MK | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e956c2b..3639b2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-23 Yoichi NAKAYAMA + + * WL-MK (wl-info-lang): Change default value to ("ja" "en"). + * WL-CFG: Ditto. + 2001-07-12 Yuuichi Teranishi * WL-MK (config-wl-package-subr): Check smtp.el version. diff --git a/WL-CFG b/WL-CFG index 74c877f..348550b 100644 --- a/WL-CFG +++ b/WL-CFG @@ -20,11 +20,9 @@ ;; If you want to install utils, uncomment following line. ;(setq wl-install-utils t) -;; Set lauguage for info file ("ja" or "en"). Default is "ja". -;; By following setting, English info is installed. +;; Set language for info file ("ja" or "en", both in default). +;; If you only need manual in English, uncomment following line. ;(setq wl-info-lang "en") -;; 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. diff --git a/WL-MK b/WL-MK index 44d5b8d..2c60deb 100644 --- a/WL-MK +++ b/WL-MK @@ -28,7 +28,7 @@ (defconst wl-en-info "wl.info") (defconst wl-en-texi "wl.texi") -(defvar wl-info-lang "ja" +(defvar wl-info-lang '("ja" "en") "The language of info file (\"ja\" or \"en\").") ;; for Nemacs (dirty!) -- 1.7.10.4