Skip to content

Commit

Permalink
* twittering-mode.el (twittering-home-timeline): Add new funciton.
Browse files Browse the repository at this point in the history
  • Loading branch information
naota committed Jan 22, 2010
1 parent a2beecd commit df56ff1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2010-01-23 Naohiro Aota <naota@elisp.net>

* twittering-mode.el (twittering-home-timeline): Add new funciton.

2010-01-21 Satoshi Yatagawa <yata_github@y.hauN.org>

* twittering-mode.el: Add a fail statement to work again under
Expand Down
4 changes: 4 additions & 0 deletions twittering-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -2427,6 +2427,10 @@ variable `twittering-status-format'"
(interactive)
(twittering-get-and-render-timeline '(friends)))

(defun twittering-home-timeline ()
(interactive)
(twittering-get-and-render-timeline '(home)))

(defun twittering-replies-timeline ()
(interactive)
(twittering-get-and-render-timeline '(replies)))
Expand Down

0 comments on commit df56ff1

Please sign in to comment.