From 7d5b2a6dc58db89141cdc4a0b5377b8bc9feb8b9 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 29 Oct 2015 16:35:18 +0900 Subject: [PATCH] (www-feature-format): Refer char-feature-property `presentation-format'. --- cwiki-common.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- 1.7.10.4