projects
/
elisp
/
mixi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c80be
)
* mixi.el (mixi-parent-p): Fix a typo.
author
bg66
<bg66>
Wed, 14 Feb 2007 07:45:12 +0000
(07:45 +0000)
committer
bg66
<bg66>
Wed, 14 Feb 2007 07:45:12 +0000
(07:45 +0000)
mixi.el
patch
|
blob
|
history
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."