(mixi-make-content): Fix regexp.
authorbg66 <bg66>
Sun, 30 Sep 2007 01:18:48 +0000 (01:18 +0000)
committerbg66 <bg66>
Sun, 30 Sep 2007 01:18:48 +0000 (01:18 +0000)
ChangeLog
mixi-utils.el

index b9a1b10..5dcb0ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-09-30  OHASHI Akira  <bg66@koka-in.org>
 
+       * mixi-utils.el (mixi-make-content): Fix regexp.
+
        * mixi.el (mixi-friend-profile-regexp): Fix regexp.
 
 2007-09-28  OHASHI Akira  <bg66@koka-in.org>
index 34a1f07..6c1b441 100644 (file)
                                               (mixi-friend-birthday object)
                                               "·î") "Æü")
                                 "??·î??Æü"))
-                    (blood-type (symbol-name
-                                 (mixi-friend-blood-type object)))
+                    (blood-type (if (mixi-friend-blood-type object)
+                                    (symbol-name
+                                     (mixi-friend-blood-type object))
+                                  "?"))
                     (hobby (mapconcat 'identity
                                       (mixi-friend-hobby object) ", ")))
                 (concat "<dl>"