From: MORIOKA Tomohiko Date: Thu, 29 Oct 2015 07:35:18 +0000 (+0900) Subject: (www-feature-format): Refer char-feature-property X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7d5b2a6dc58db89141cdc4a0b5377b8bc9feb8b9;p=chise%2Fest.git (www-feature-format): Refer char-feature-property `presentation-format'. --- diff --git a/cwiki-common.el b/cwiki-common.el index 07ae80c..8449cfb 100644 --- a/cwiki-common.el +++ b/cwiki-common.el @@ -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))