Skip to content

Commit

Permalink
(twittering-json-to-status-datum): don't refer to 'twittering-use-nat…
Browse files Browse the repository at this point in the history
…ive-retweet'; same as 'twittering-status-to-status-datum'.
  • Loading branch information
yata committed Feb 12, 2010
1 parent 81771c8 commit 47eec0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Expand Up @@ -309,6 +309,12 @@
is non-nil to avoid error "Non-X frame used" under Emacs which is
using a text-only terminal.

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

* twittering-mode.el (twittering-json-to-status-datum): Don't
refer to `twittering-use-native-retweet'; same as
`twittering-status-to-status-datum'.

2010-01-23 Naohiro Aota <naota@elisp.net>

* twittering-mode.el (twittering-home-timeline): Add new funciton.
Expand Down
2 changes: 1 addition & 1 deletion twittering-mode.el
Expand Up @@ -1835,7 +1835,7 @@ If ID of STATUS-DATUM is already in ID-TABLE, return nil. If not, return t."
original-user-screen-name)

;; save original status and adjust data if status was retweeted
(when (and retweeted-status twittering-use-native-retweet)
(when retweeted-status
(setq original-user-screen-name (twittering-decode-html-entities
(assq-get 'screen_name status))
original-user-name (twittering-decode-html-entities
Expand Down

0 comments on commit 47eec0a

Please sign in to comment.