Skip to content

Commit

Permalink
(twittering-render-timeline): set the 'fill-column' locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
yata committed Jan 13, 2010
1 parent 287ef1f commit a12ee25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Expand Up @@ -859,10 +859,16 @@
from twittering-get-count if existing.

2009-11-06 Naohiro Aota <naota@elisp.net>

* twittering-mode.el (twittering-image-type): Support bitmap type
using `convert'.
(twittering-convert-program): New varibale.

2009-11-05 Satoshi Yatagawa <yata_github@y.hauN.org>

* twittering-mode.el (twittering-render-timeline): Set the
`fill-column' locally.

2009-09-01 Alberto Garcia <agarcia@igalia.com>

* twittering-mode.el (twittering-retweet):
Expand Down
3 changes: 2 additions & 1 deletion twittering-mode.el
Expand Up @@ -1616,7 +1616,8 @@ If STATUS-DATUM is already in DATA-VAR, return nil. If not, return t."
(defun twittering-render-timeline ()
(with-current-buffer (twittering-buffer)
(let ((point (point))
(end (point-max)))
(end (point-max))
(fill-column (- (window-width) 4)))
(twittering-update-mode-line)
(setq buffer-read-only nil)
(erase-buffer)
Expand Down

0 comments on commit a12ee25

Please sign in to comment.