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:
parent
929e848701
commit
bf6c5a8f88
@ -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
|
||||
|
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user