Skip to content

Commit

Permalink
(twittering-other-user-list-interactive): revert part of 2010-03-12 c…
Browse files Browse the repository at this point in the history
…hange to prevent an overwrite of a message which is outputted by 'twittering-read-list-name'.
  • Loading branch information
yata committed Mar 18, 2010
1 parent 74b43ce commit 8216a02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2010-03-18 Satoshi Yatagawa <yata_github@y.hauN.org>

* twittering-mode.el (twittering-other-user-list-interactive):
Revert part of 2010-03-12 change to prevent an overwrite of a
message which is outputted by `twittering-read-list-name'.

2010-03-17 Tadashi MATSUO <tad@mymail.twin.jp>

* twittering-mode.el (twittering-generate-status-formater-base):
Expand Down
4 changes: 3 additions & 1 deletion twittering-mode.el
Expand Up @@ -3681,7 +3681,9 @@ variable `twittering-status-format'."
(spec `(list ,username ,list-name)))
(if list-name
(twittering-get-and-render-timeline spec)
(message "No list selected"))))))
;; Don't show message here to prevent an overwrite of a
;; message which is outputted by `twittering-read-list-name'.
)))))

(defun twittering-direct-message ()
(interactive)
Expand Down

0 comments on commit 8216a02

Please sign in to comment.