* dgnushack.el (dgnushack-compose-package): Fix last change.
authoryamaoka <yamaoka>
Mon, 12 Mar 2001 13:36:10 +0000 (13:36 +0000)
committeryamaoka <yamaoka>
Mon, 12 Mar 2001 13:36:10 +0000 (13:36 +0000)
lisp/dgnushack.el

index 1bbf4fd..176f601 100644 (file)
@@ -414,8 +414,8 @@ Modify to suit your needs."))
          (delete-region (point-min) (point))
          (unless (re-search-forward
                   "^[\t ]*(autoload[\t\n ]+\\('\\|(quote[\t\n ]+\\)custom-add-loads[\t\n ]" nil t)
-           (insert "\n(autoload 'custom-add-loads \"cus-load\")\n")
-           (goto-char (point-min)))
+           (insert "\n(autoload 'custom-add-loads \"cus-load\")\n"))
+         (goto-char (point-min))
          (insert "\
 ;;; gnus-load.el --- automatically extracted custom dependencies and autoload
 ;;