diff --git a/ChangeLog b/ChangeLog index 172d6fed..325ebbda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-02-08 Satoshi Yatagawa + + * twittering-mode.el (twittering-http-default-sentinel): Delete a + call to `twittering-release-process' in the BODYFORM to avoid a + double release. + 2010-02-08 Tadashi MATSUO * twittering-mode.el (twittering-http-default-sentinel): call diff --git a/twittering-mode.el b/twittering-mode.el index 463e027c..43eef524 100644 --- a/twittering-mode.el +++ b/twittering-mode.el @@ -1509,7 +1509,6 @@ Available keywords: (with-current-buffer temp-buffer (setq mes (funcall func header proc noninteractive suc-msg)))) (setq mes "Failure: Bad http response.")) - (twittering-release-process proc) (when (and mes (twittering-buffer-active-p)) (message mes))) ;; unwindforms