From d586bbfc555b809b827f1b37acea424cf51c9a42 Mon Sep 17 00:00:00 2001 From: teranisi Date: Thu, 21 Jun 2001 15:21:57 +0000 Subject: [PATCH] Fixed last change. --- wl/wl-vars.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wl/wl-vars.el b/wl/wl-vars.el index b9c8cf4..2eb4c5e 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -41,12 +41,12 @@ (defgroup wl nil "Wanderlust, a news and mail reading software." :tag "Wanderlust" - :link '(custom-manual - (if (and (boundp 'current-language-environment) - (string-equal "Japanese" - (symbol-value 'current-language-environment))) - "(wl-ja)Top" - "(wl)Top")) + :link (` (custom-manual + (, (if (and (boundp 'current-language-environment) + (string-equal "Japanese" + (symbol-value 'current-language-environment))) + "(wl-ja)Top" + "(wl)Top")))) :group 'news :group 'mail) -- 1.7.10.4