From b090fe19f530acdffad16239a398f6ac18d65df7 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 5 Apr 2010 04:10:54 +0900 Subject: [PATCH] (www-format-eval-unit): Treat `string' as a format specifier of feature-value. --- cwiki-common.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwiki-common.el b/cwiki-common.el index a03be66..ed37b7c 100644 --- a/cwiki-common.el +++ b/cwiki-common.el @@ -788,7 +788,7 @@ ((consp exp) (cond ((memq (car exp) '(value decimal hex HEX ku-ten kangxi-radical - S-exp default)) + S-exp string default)) (if (eq (car exp) 'value) (www-format-eval-feature-value char feature-name (plist-get (nth 1 exp) :format) -- 1.7.10.4