summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-ems.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2007-06-15 04:03:46 +0000
committerMiles Bader <miles@gnu.org>2007-06-15 04:03:46 +0000
commit5cedca8d0e8e48e6c1db95aac6571a56e653ce02 (patch)
tree99e36759b7ebd683bca9a52359f278e4a0304108 /lisp/gnus/gnus-ems.el
parentd3ab2b63f1dab3686d9156050f54d6a475bf30bc (diff)
downloademacs-5cedca8d0e8e48e6c1db95aac6571a56e653ce02.tar.gz
Merge from gnus--rel--5.10
Patches applied: * gnus--rel--5.10 (patch 230-231) - ChangeLog tweak - Update from CVS 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-agent.el (gnus-agent-fetch-headers) (gnus-agent-retrieve-headers): Bind gnus-decode-encoded-address-function to identity. * lisp/gnus/nntp.el (nntp-send-xover-command): Recognize an xover command is available also when the server returns simply a dot. * lisp/gnus/gnus-ems.el (gnus-x-splash): Redisplay window before measuring it. Revision: emacs@sv.gnu.org/emacs--rel--22--patch-48
Diffstat (limited to 'lisp/gnus/gnus-ems.el')
-rw-r--r--lisp/gnus/gnus-ems.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-ems.el b/lisp/gnus/gnus-ems.el
index 4400b81f041..9b2ddc3ee88 100644
--- a/lisp/gnus/gnus-ems.el
+++ b/lisp/gnus/gnus-ems.el
@@ -183,6 +183,7 @@
(file (nnheader-find-etc-directory "images/gnus/x-splash" t))
pixmap fcw fch width height fringes sbars left yoffset top ls)
(erase-buffer)
+ (sit-for 0) ;; Necessary for measuring the window size correctly.
(when (and file
(ignore-errors
(let ((coding-system-for-read 'raw-text)