From cb929cf88dcd446ab0f9b39c81e154db427478ed Mon Sep 17 00:00:00 2001 From: yoichi Date: Mon, 10 Dec 2001 14:18:00 +0000 Subject: [PATCH] wl-icon-dir setting is not only for xemacs and emacs21 but also for emacs20 and mule2 with bitmap-mule. --- samples/en/dot.wl | 2 +- samples/ja/dot.wl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/en/dot.wl b/samples/en/dot.wl index 2e85439..47be026 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -8,7 +8,7 @@ (autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) ;; for .emacs end -;; Icon directory (XEmacs and Emacs21 only) +;; Icon directory ;; (No need if installed as XEmacs package.) ;(setq wl-icon-dir "/usr/local/lib/emacs/etc") diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index 5779f91..e044dd5 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -8,7 +8,7 @@ (autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) ;; ここまで -;; アイコンを置くディレクトリ (XEmacs, Emacs21 のみ) +;; アイコンを置くディレクトリ ;; XEmacs の package としてインストールされている場合は必要ありません。 ;(setq wl-icon-dir "/usr/local/lib/emacs/etc") -- 1.7.10.4