Skip to content

Commit

Permalink
Remove inactive processes bound to `curl'.
Browse files Browse the repository at this point in the history
* twittering-mode.el (twittering-remove-inactive-processes): add
`exit' and `signal' to `inactive-statuses'.
  • Loading branch information
cvmat committed Mar 18, 2010
1 parent f964aca commit 51705cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2010-03-19 Tadashi MATSUO <tad@mymail.twin.jp>

* twittering-mode.el (twittering-remove-inactive-processes): add
`exit' and `signal' to `inactive-statuses'.

2010-03-18 Satoshi Yatagawa <yata_github@y.hauN.org>

* twittering-mode.el (twittering-other-user-list-interactive):
Expand Down
2 changes: 1 addition & 1 deletion twittering-mode.el
Expand Up @@ -1178,7 +1178,7 @@ Statuses are stored in ascending-order with respect to their IDs."
twittering-process-info-alist)))

(defun twittering-remove-inactive-processes ()
(let ((inactive-statuses '(nil closed failed)))
(let ((inactive-statuses '(nil closed exit failed signal)))
(setq twittering-process-info-alist
(apply 'append
(mapcar
Expand Down

0 comments on commit 51705cb

Please sign in to comment.