mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-14 09:39:42 +00:00
gnus-start-draft-setup: Move doc string forward.
This commit is contained in:
parent
0005830ccc
commit
4e815860f5
@ -1,3 +1,7 @@
|
||||
2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* gnus-start.el (gnus-start-draft-setup): Move doc string forward.
|
||||
|
||||
2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
Typo fix "hoo4a" -> "hook".
|
||||
|
@ -813,8 +813,8 @@ prompt the user for the name of an NNTP server to use."
|
||||
(gnus-run-hooks 'gnus-started-hook))))))
|
||||
|
||||
(defun gnus-start-draft-setup ()
|
||||
(interactive)
|
||||
"Make sure the draft group exists."
|
||||
(interactive)
|
||||
(gnus-request-create-group "drafts" '(nndraft ""))
|
||||
(unless (gnus-group-entry "nndraft:drafts")
|
||||
(let ((gnus-level-default-subscribed 1))
|
||||
|
Loading…
Reference in New Issue
Block a user