[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/infra savannah.el
From: |
Elfyn McBratney |
Subject: |
[Savannah-cvs] administration/infra savannah.el |
Date: |
Wed, 28 Jul 2004 18:04:35 -0400 |
CVSROOT: /cvsroot/administration
Module name: administration
Branch:
Changes by: Elfyn McBratney <address@hidden> 04/07/28 22:01:10
Modified files:
infra : savannah.el
Log message:
Rename sv-closing to sv-closing-reply; re-instate old sv-closing as
sv-closing-resubmit.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/infra/savannah.el.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
Patches:
Index: administration/infra/savannah.el
diff -u administration/infra/savannah.el:1.9
administration/infra/savannah.el:1.10
--- administration/infra/savannah.el:1.9 Wed Jul 28 21:20:57 2004
+++ administration/infra/savannah.el Wed Jul 28 22:01:10 2004
@@ -53,7 +53,7 @@
;; the changes that Paul A. Crable suggested and added the sections
;; about the LGPL.
;;
-;; $Id: savannah.el,v 1.9 2004/07/28 21:20:57 beu Exp $
+;; $Id: savannah.el,v 1.10 2004/07/28 22:01:10 beu Exp $
;; GENERAL
@@ -65,25 +65,25 @@
(message "Inserted \(savannah.el\)")
)
-;;(defun sv-closing ()
-;; (interactive)
-;; "End of the message"
-;; (insert "Please register your project once more with the changes
-;;mentioned above.
-;;
-;;We cannot track projects that have been answered but not approved, so
-;;we must ask you to register the project whenever you change the
-;;registration. Make sure to apply all changes so you need to reregister
-;;only once.
-;;
-;;The re-registration URL found in our acknowledgement of your earlier
-;;registration will direct you to the proper location.
-;;
-;;Regards,\n\n")
-;; (message "Inserted \(savannah.el\)")
-;; )
+(defun sv-closing-resubmit ()
+ (interactive)
+ "End of the message"
+ (insert "Please register your project once more with the changes
+mentioned above.
+
+We cannot track projects that have been answered but not approved, so
+we must ask you to register the project whenever you change the
+registration. Make sure to apply all changes so you need to reregister
+only once.
+
+The re-registration URL found in our acknowledgement of your earlier
+registration will direct you to the proper location.
+
+Regards,\n\n")
+ (message "Inserted \(savannah.el\)")
+ )
-(defun sv-closing ()
+(defun sv-closing-reply ()
(interactive)
"End of the message"
(insert "If you are willing to make the changes mentioned above, please
provide
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] administration/infra savannah.el,
Elfyn McBratney <=