[gnus git] branch master updated: n0-17-300-g32bca86 =1= mm-view.el (mm-inline-image-emacs): Indent.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 32bca861ee9fe356a5c380b6b5e09ccdc88edead (commit)
from 0c9f9c874a6df3e9e444c628704bb0f1b7bab735 (commit)
- Log -----------------------------------------------------------------
commit 32bca861ee9fe356a5c380b6b5e09ccdc88edead
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sat Sep 17 11:55:34 2011 +0000
mm-view.el (mm-inline-image-emacs): Indent.
diff --git a/lisp/mm-view.el b/lisp/mm-view.el
index 5a90f01..9264228 100644
--- a/lisp/mm-view.el
+++ b/lisp/mm-view.el
@@ -90,7 +90,8 @@
(put-image
(let ((image (mm-get-image handle)))
(if (eq mm-inline-large-images 'resize)
- (gnus-rescale-image image
+ (gnus-rescale-image
+ image
(let ((edges (gnus-window-inside-pixel-edges
(get-buffer-window (current-buffer)))))
(cons (truncate (* mm-inline-large-images-proportion
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/mm-view.el | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project