Skip to content

Commit

Permalink
(twittering-http-get-default-sentinel): get a buffer associate with t…
Browse files Browse the repository at this point in the history
…he process from calling 'process-buffer' instead of 'current-buffer'.
  • Loading branch information
yata committed Feb 9, 2010
1 parent db0fcfa commit 463edeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2010-02-09 Satoshi Yatagawa <yata_github@y.hauN.org>

* twittering-mode.el (twittering-http-get-default-sentinel): Get a
buffer associate with the process from calling `process-buffer'
instead of `current-buffer'.

2010-02-09 Tadashi MATSUO <tad@mymail.twin.jp>

* twittering-mode.el (twittering-goto-previous-status): simplified.
Expand Down
3 changes: 2 additions & 1 deletion twittering-mode.el
Expand Up @@ -1522,7 +1522,8 @@ Available keywords:
(case-string
status
(("200")
(let* ((body (twittering-get-response-body (current-buffer)))
(let* ((body (twittering-get-response-body (buffer-name
(process-buffer proc))))
(spec (twittering-get-timeline-spec-from-process proc))
(spec-string (twittering-timeline-spec-to-string spec))
(requested-spec
Expand Down

0 comments on commit 463edeb

Please sign in to comment.