* mixi.el (mixi-parent-p): Fix a typo.
authorbg66 <bg66>
Wed, 14 Feb 2007 07:45:12 +0000 (07:45 +0000)
committerbg66 <bg66>
Wed, 14 Feb 2007 07:45:12 +0000 (07:45 +0000)
mixi.el

diff --git a/mixi.el b/mixi.el
index 6db106a..4242d5c 100644 (file)
--- 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."