From affecea33adaf12f56b281a781eb7c962ec85d64 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 5 Apr 2010 10:10:28 +0900 Subject: [PATCH] (www-set-display-feature-desc): Refer `chise-wiki-view-url'. --- cwiki-set.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cwiki-set.el b/cwiki-set.el index 75cb3dd..dd2f309 100644 --- a/cwiki-set.el +++ b/cwiki-set.el @@ -346,8 +346,10 @@ "")))) (princ "
") (www-html-display-paragraph - (format "「[[%c|../view.cgi?char=%s]]」に\u623Bる" - (www-uri-decode-char uri-char) uri-char)) + (format "「[[%c|%s?char=%s]]」に\u623Bる" + (www-uri-decode-char uri-char) + chise-wiki-view-url + uri-char)) )) (defun www-batch-set () -- 1.7.10.4