From edc661d87a309521aa4631ea9cfb19ad9013b051 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 13 Aug 2007 13:52:52 +0000 Subject: [PATCH] Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 240-244) - Update from CVS 2007-08-06 Katsumi Yamaoka * lisp/gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t. Revision: emacs@sv.gnu.org/gnus--devo--0--patch-374 --- lisp/ChangeLog | 2 ++ lisp/gnus-ems.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3a4646f52..95f2ba032 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -32,6 +32,8 @@ 2007-08-06 Katsumi Yamaoka + * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t. + * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles that are unread as unread, and also as selected so that information of marks having been changed by a user may be updated when exiting group. diff --git a/lisp/gnus-ems.el b/lisp/gnus-ems.el index 288828947..cd66b964f 100644 --- a/lisp/gnus-ems.el +++ b/lisp/gnus-ems.el @@ -171,7 +171,7 @@ (interactive-p)) "*gnus-x-splash*" gnus-group-buffer))) - (let ((inhibit-read-only nil) + (let ((inhibit-read-only t) (file (nnheader-find-etc-directory "images/gnus/x-splash" t)) pixmap fcw fch width height fringes sbars left yoffset top ls) (erase-buffer) -- 2.25.1