1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Merge changes made in Gnus trunk.

gnus.texi (Subscription Commands): Mention that you can also subscribe to new groups via the Server buffer, which is probably more convenient when subscribing to many groups.
gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point instead of the summary one.
shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
This commit is contained in:
Gnus developers 2010-10-23 00:01:49 +00:00 committed by Katsumi Yamaoka
parent 039c6cc33e
commit 280f417b7e
5 changed files with 23 additions and 3 deletions

View file

@ -487,7 +487,8 @@ Return a string with image data."
(browse-url-url-encode-chars url "[)$ ]"))
(defun shr-tag-img (cont)
(when cont
(when (and cont
(cdr (assq :src cont)))
(when (and (> (current-column) 0)
(not (eq shr-state 'image)))
(insert "\n"))