From 740b6c2abc4eb4bd7bd476d36122cb84d563037c Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 11 Dec 2001 06:03:56 +0000 Subject: [PATCH] * WL-MK (config-wl-package-subr): Don't set `wl-icon-dir'. --- ChangeLog | 4 ++++ WL-MK | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3d7da7c..ca8bde4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-12-11 Katsumi Yamaoka + + * WL-MK (config-wl-package-subr): Don't set `wl-icon-dir'. + 2001-12-11 Yuuichi Teranishi * NEWS.ja: Fixed indent; diff --git a/WL-MK b/WL-MK index 043cc58..ee68a7f 100644 --- a/WL-MK +++ b/WL-MK @@ -96,7 +96,6 @@ (setq load-path (cons (expand-file-name ".") load-path)) (setq load-path (cons (expand-file-name WLDIR) (cons (expand-file-name ELMODIR) load-path))) - (setq wl-icon-dir (expand-file-name ICONDIR)) ;; load custom file if exists. `WL-CFG.el' override for committer. (load "./WL-CFG" t nil nil) ;; load-path -- 1.7.10.4