From 9e5f4ce89f3647cbb5436b146ac16f04a7354d04 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 18 Oct 2010 10:33:35 +0900 Subject: [PATCH] (est-format-object): New function. --- cwiki-common.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cwiki-common.el b/cwiki-common.el index 4e07923..d814406 100644 --- a/cwiki-common.el +++ b/cwiki-common.el @@ -429,6 +429,11 @@ (encode-char char 'system-char-id)) ))))) +(defun est-format-object (object) + (if (characterp object) + (char-to-string object) + (format "%s" (concord-object-id object)))) + ;;; @ Feature name presentation ;;; -- 1.7.10.4