Fix the last change.
authorbg66 <bg66>
Thu, 22 Feb 2007 08:28:09 +0000 (08:28 +0000)
committerbg66 <bg66>
Thu, 22 Feb 2007 08:28:09 +0000 (08:28 +0000)
mixi-utils.el

index f2bc944..e65c6d9 100644 (file)
 (put 'with-mixi-class 'lisp-indent-function 'defun)
 (put 'with-mixi-class 'edebug-form-spec '(body))
 
-(defun mixi-make-title (object &optional add-suffix)
+(defun mixi-make-title (object &optional add-parent)
   (with-mixi-class object
     (cond ((eq class 'mixi-comment)
           (concat "Re: " (mixi-make-title
-                          (mixi-comment-parent object) add-suffix)))
+                          (mixi-comment-parent object) add-parent)))
          ((eq class 'mixi-log)
           (mixi-friend-nick (mixi-log-friend object)))
          (t
           (let ((prefix (when (eq class 'mixi-event) "[¥¤¥Ù¥ó¥È]"))
                 (subject (mixi-object-title object))
-                (suffix (when add-suffix
+                (suffix (when add-parent
                           (concat " ("
                                   (if (eq class 'mixi-diary)
                                       (mixi-friend-nick