Skip to content

Commit

Permalink
set init string to nil in twittering-other-user-timeline-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
hayamiz committed Dec 7, 2009
1 parent 4ed47b5 commit 1ba4674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Expand Up @@ -3,6 +3,8 @@
* twittering-mode.el (twittering-read-username-with-completion):
rename from `twittering-get-username-with-completion'
(twittering-make-list-from-assoc): simplified
(twittering-other-user-timeline-interactive): changed init string
to nil

2009-12-06 Tadashi MATSUO <matsuo@i.ci.ritsumei.ac.jp>

Expand Down
4 changes: 1 addition & 3 deletions twittering-mode.el
Expand Up @@ -1612,9 +1612,7 @@ return value of (funcall TO the-following-string the-match-data).
(interactive)
(let ((username
(twittering-read-username-with-completion
"user: "
(or (get-text-property (point) 'screen-name-in-text)
(get-text-property (point) 'username))
"user: " nil
'twittering-user-history)))
(if (> (length username) 0)
(twittering-get-timeline (concat "user_timeline/" username))
Expand Down

0 comments on commit 1ba4674

Please sign in to comment.