(www-format-eval-unit): Treat `string' as a format specifier of
authorMORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
Sun, 4 Apr 2010 19:10:54 +0000 (04:10 +0900)
committerMORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
Sun, 4 Apr 2010 19:10:54 +0000 (04:10 +0900)
feature-value.

cwiki-common.el

index a03be66..ed37b7c 100644 (file)
    ((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)