1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00

* gnus-art.el (gnus-article-edit-done): Widen the article buffer.

This commit is contained in:
ShengHuo ZHU 2002-02-21 17:57:43 +00:00
parent 929e848701
commit bf6c5a8f88
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-02-21 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-art.el (gnus-article-edit-done): Widen the article buffer.
2002-02-19 ShengHuo ZHU <zsh@cs.rochester.edu>
* mm-encode.el (mm-content-transfer-encoding-defaults): Set

View File

@ -4182,9 +4182,9 @@ groups."
(defun gnus-article-edit-done (&optional arg)
"Update the article edits and exit."
(interactive "P")
(widen)
(save-excursion
(save-restriction
(widen)
(when (article-goto-body)
(let ((lines (count-lines (point) (point-max)))
(length (- (point-max) (point)))