Skip to content

Commit

Permalink
bug fix of edit-post-status
Browse files Browse the repository at this point in the history
(twittering-edit-post-status): bug fix.
  • Loading branch information
hayamiz committed Jan 15, 2010
1 parent b32feab commit 9ef339e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -147,6 +147,7 @@
(twittering-enter, twittering-organic-retweet)
(twittering-direct-message, twittering-reply-to-user): use
twittering-edit-status
(twittering-edit-post-status): bug fix.

2010-01-09 Tadashi MATSUO <tad@mymail.twin.jp>

Expand Down
4 changes: 2 additions & 2 deletions twittering-mode.el
Expand Up @@ -1007,8 +1007,8 @@ Keymap:
(let ((parameters `(("status" . ,status)
("source" . "twmode")
,@(if twittering-reply-to-id
(cons "in_reply_to_status_id"
(format "%s" reply-to-id))
`(("in_reply_to_status_id" .
,(format "%s" twittering-reply-to-id)))
nil))))
(twittering-http-post "twitter.com" "statuses/update" parameters)
(twittering-edit-close))
Expand Down

0 comments on commit 9ef339e

Please sign in to comment.