From 3bc214127e92f6056612a6e54e19b789dbd1c422 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 10 Sep 2012 17:05:28 +0900 Subject: [PATCH] (www-display-object-desc): Run `est-format-object' with `readable' option in header. --- cwiki-view.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cwiki-view.el b/cwiki-view.el index 48448d5..85dc284 100644 --- a/cwiki-view.el +++ b/cwiki-view.el @@ -118,11 +118,7 @@ size=\"64\" maxlength=\"256\" value=\"%s\"> (princ (format "%s%s\n" level (www-format-encode-string - (est-format-object object) - ;; (if (eq genre 'character) - ;; (char-to-string object) - ;; (format "%s" (concord-object-id object))) - ) + (est-format-object object 'readable)) (if GlyphWiki-id (format " \"%s\"" -- 1.7.10.4