OSDN Git Service

hatena-get-webdiaryのバグ修正
authorkubo <hirosandesu@users.sourceforge.jp>
Sun, 26 Sep 2010 13:04:47 +0000 (22:04 +0900)
committerkubo <hirosandesu@users.sourceforge.jp>
Sun, 26 Sep 2010 13:04:47 +0000 (22:04 +0900)
hatena-diary-mode.el

index 1d4e395..b44283e 100644 (file)
        (setq day (concat (match-string 1) (match-string 2) (match-string 3)))
        (setq title (match-string 4))
        (setq pt-start (match-end 0))
-       (re-search-forward "</body>\n</day>" nil t)
+       (re-search-forward "</body>\n" nil t)
        (setq pt-end (match-beginning 0))
        (setq body (buffer-substring pt-start pt-end))
        (save-excursion