Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(twittering-retrieve-image): use 'create-image'.
  • Loading branch information
yata committed Mar 27, 2010
1 parent 8132dcc commit 1fa7284
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Expand Up @@ -34,6 +34,11 @@
(twittering-generate-status-formater-base): Make the specifier
"%r" work similarly to web interface.

2010-03-19 Satoshi Yatagawa <yata_github@y.hauN.org>

* twittering-mode.el (twittering-retrieve-image): Use
`create-image'.

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

* twittering-mode.el (twittering-remove-inactive-processes): add
Expand Down
3 changes: 1 addition & 2 deletions twittering-mode.el
Expand Up @@ -3400,8 +3400,7 @@ variable `twittering-status-format'."
(or (not (image-type-available-p image-type))
(and (integerp twittering-convert-fix-size)
(not (let ((image-spec
`(image :type ,image-type
:data ,(buffer-string)))
(create-image (buffer-string) image-type t))
(converted-image-size
`(,twittering-convert-fix-size
. ,twittering-convert-fix-size)))
Expand Down

0 comments on commit 1fa7284

Please sign in to comment.