(www-feature-format): Refer char-feature-property
authorMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 29 Oct 2015 07:35:18 +0000 (16:35 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 29 Oct 2015 07:35:18 +0000 (16:35 +0900)
`presentation-format'.

cwiki-common.el

index 07ae80c..8449cfb 100644 (file)
@@ -91,7 +91,8 @@
         ))))
 
 (defun www-feature-format (feature-name)
-  (or (char-feature-property feature-name 'format)
+  (or (char-feature-property feature-name 'presentation-format)
+      (char-feature-property feature-name 'format)
       (let (fn parent ret)
        (setq fn feature-name)
        (while (and (setq parent (char-feature-name-parent fn))