Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bf6c5a8f
Commit
bf6c5a8f
authored
Feb 21, 2002
by
ShengHuo ZHU
Browse files
* gnus-art.el (gnus-article-edit-done): Widen the article buffer.
parent
929e8487
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/gnus-art.el
lisp/gnus/gnus-art.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
bf6c5a8f
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
...
...
lisp/gnus/gnus-art.el
View file @
bf6c5a8f
...
...
@@ -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)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment