gnus-start-draft-setup: Move doc string forward.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 15 Aug 2010 23:30:07 +0000 (23:30 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 15 Aug 2010 23:30:07 +0000 (23:30 +0000)
lisp/ChangeLog
lisp/gnus-start.el

index 376c592..893297b 100644 (file)
@@ -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".
index 91cb593..491926d 100644 (file)
@@ -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))