From: MORIOKA Tomohiko Date: Sun, 6 Feb 2011 20:31:06 +0000 (+0900) Subject: (www-edit-display-feature-input-box): If specified object is a symbol, X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=19098062c72923a2b738639148e909989ac9e587;p=chise%2Fest.git (www-edit-display-feature-input-box): If specified object is a symbol, treat it as a feature object. --- diff --git a/cwiki-view.el b/cwiki-view.el index e2a2796..1605d68 100644 --- a/cwiki-view.el +++ b/cwiki-view.el @@ -7,6 +7,9 @@ (defun www-edit-display-feature-input-box (char feature-name &optional format value) + (if (symbolp char) + (setq char (or (concord-decode-object '=id char 'feature) + (concord-make-object 'feature char)))) (unless format (setq format 'default)) (unless value