From: bg66 Date: Wed, 14 Feb 2007 07:45:12 +0000 (+0000) Subject: * mixi.el (mixi-parent-p): Fix a typo. X-Git-Tag: mixi-el-1_0_0~73 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2611fccc108e0739185a2556a1fc8736771c0790;p=elisp%2Fmixi.git * mixi.el (mixi-parent-p): Fix a typo. --- diff --git a/mixi.el b/mixi.el index 6db106a..4242d5c 100644 --- a/mixi.el +++ b/mixi.el @@ -2192,7 +2192,7 @@ Increase this value when unexpected error frequently occurs." ;; Parent object. (defmacro mixi-parent-p (object) `(or (eq (mixi-object-class ,object) 'mixi-diary) - (mixi-bbs-p object))) + (mixi-bbs-p ,object))) (defun mixi-realize-parent (parent &optional page) "Realize a PARENT."