Skip to content

Commit

Permalink
(twittering-http-default-sentinel): delete a call to 'twittering-rele…
Browse files Browse the repository at this point in the history
…ase-process' in the BODYFORM to avoid a double release.
  • Loading branch information
yata committed Feb 8, 2010
1 parent bb6b104 commit 08ca7ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2010-02-08 Satoshi Yatagawa <yata_github@y.hauN.org>

* 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 <tad@mymail.twin.jp>

* twittering-mode.el (twittering-http-default-sentinel): call
Expand Down
1 change: 0 additions & 1 deletion twittering-mode.el
Expand Up @@ -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
Expand Down

0 comments on commit 08ca7ae

Please sign in to comment.