From 3f40726487766c0c07e2338b54424823e61d6a70 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 12 Mar 2001 13:36:10 +0000 Subject: [PATCH] * dgnushack.el (dgnushack-compose-package): Fix last change. --- lisp/dgnushack.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 1bbf4fd..176f601 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -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 ;; -- 1.7.10.4