From 2394c405a8211b98544acdbcf27d3b9f5b37d874 Mon Sep 17 00:00:00 2001 From: ShengHuo ZHU Date: Wed, 20 Feb 2002 16:24:07 +0000 Subject: [PATCH] * gnus-art.el (gnus-article-edit-done): Widen the buffer. --- lisp/ChangeLog | 2 ++ lisp/gnus-art.el | 1 + 2 files changed, 3 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a9ae6983..ca0109875 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2002-02-20 ShengHuo ZHU + * gnus-art.el (gnus-article-edit-done): Widen the buffer. + * gnus-group.el (gnus-group-name-decode): Don't test multibyte-string, because it breaks XEmacs. From: TSUCHIYA Masatoshi diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index c7bf11376..dc759de73 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -5127,6 +5127,7 @@ groups." (start (window-start)) (p (point)) (winconf gnus-prev-winconf)) + (widen) ;; Widen it in case that users narrowed the buffer. (funcall func arg) (set-buffer buf) ;; The cache and backlog have to be flushed somewhat. -- 2.34.1