From: MORIOKA Tomohiko Date: Sun, 4 Apr 2010 19:10:54 +0000 (+0900) Subject: (www-format-eval-unit): Treat `string' as a format specifier of X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b090fe19f530acdffad16239a398f6ac18d65df7;p=chise%2Fest.git (www-format-eval-unit): Treat `string' as a format specifier of feature-value. --- 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)