* gnus-art.el (gnus-article-edit-done): Widen the buffer.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 20 Feb 2002 16:24:07 +0000 (16:24 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 20 Feb 2002 16:24:07 +0000 (16:24 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index 7a9ae69..ca01098 100644 (file)
@@ -1,5 +1,7 @@
 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
+       * 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 <tsuchiya@pine.kuee.kyoto-u.ac.jp>
index c7bf113..dc759de 100644 (file)
@@ -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.