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:
0df8b63
)
Fix typo.
author
bg66
<bg66>
Tue, 9 Jan 2007 00:36:10 +0000
(
00:36
+0000)
committer
bg66
<bg66>
Tue, 9 Jan 2007 00:36:10 +0000
(
00:36
+0000)
mixi.el
patch
|
blob
|
history
diff --git
a/mixi.el
b/mixi.el
index
9562a96
..
e998c44
100644
(file)
--- a/
mixi.el
+++ b/
mixi.el
@@
-2229,7
+2229,7
@@
Increase this value when unexpected error frequently occurs."
(unless (stringp content)
(signal 'wrong-type-argument (list 'stringp content)))
(let* ((name (mixi-object-name parent))
- (page (intern (concat mixi-object-prefix "-post" name
+ (page (intern (concat mixi-object-prefix "post-" name
"-comment-page")))
fields post-key)
(if (mixi-diary-p parent)