[gnus git] branch master updated: =1= * shr.el (shr-image-fetched): Don't kill the url buffer here, either, to avoid the point moving around.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via bdb134b0b7c1fd39e95355c51ec779a71d124954 (commit)
from 0634fb0674c1b6e729cfae3bdc2ff0af2fcbee96 (commit)
- Log -----------------------------------------------------------------
commit bdb134b0b7c1fd39e95355c51ec779a71d124954
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Jan 24 00:28:43 2011 +0100
* shr.el (shr-image-fetched): Don't kill the url buffer here, either,
to avoid the point moving around.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6a1b4e4..c7a7c18 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,6 +4,8 @@
buffer after being called. It's apparently being killed by url.el, and
killing it made point move to end-of-buffer in a random buffer.
+ * shr.el (shr-image-fetched): Ditto.
+
2011-01-23 Julien Danjou <[email protected]>
* mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
diff --git a/lisp/shr.el b/lisp/shr.el
index 6e681d6..ed30f5f 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -466,8 +466,7 @@ redirects somewhere else."
(inhibit-read-only t))
(delete-region start end)
(goto-char start)
- (shr-put-image data alt))))))
- (kill-buffer (current-buffer)))
+ (shr-put-image data alt)))))))
(defun shr-put-image (data alt)
(if (display-graphic-p)
-----------------------------------------------------------------------
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/ChangeLog | 2 ++
lisp/shr.el | 3 +--
2 files changed, 3 insertions(+), 2 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