[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/infra/elisp savannah.el
From: |
Jonathan Gonzalez V . |
Subject: |
[Savannah-cvs] administration/infra/elisp savannah.el |
Date: |
Wed, 17 Nov 2004 15:13:55 -0500 |
CVSROOT: /cvsroot/administration
Module name: administration
Branch:
Changes by: Jonathan Gonzalez V. <address@hidden> 04/11/17 20:08:22
Modified files:
infra/elisp : savannah.el
Log message:
Added 'sv-closing-english-resubmit' for all the project submitted in
non-English
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/infra/elisp/savannah.el.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
Patches:
Index: administration/infra/elisp/savannah.el
diff -u administration/infra/elisp/savannah.el:1.3
administration/infra/elisp/savannah.el:1.4
--- administration/infra/elisp/savannah.el:1.3 Sun Nov 14 08:47:48 2004
+++ administration/infra/elisp/savannah.el Wed Nov 17 20:08:22 2004
@@ -65,7 +65,7 @@
;; sv-closing-resubmit, and added sv-deleted-pending and
;; sv-problem-fdl-info.
;;
-;; $Id: savannah.el,v 1.3 2004/11/14 08:47:48 Beuc Exp $
+;; $Id: savannah.el,v 1.4 2004/11/17 20:08:22 Zeus Exp $
;;
;; General
@@ -102,6 +102,19 @@
(message "Inserted sv-closing-resubmit text.")
)
+;; Ask the user to resubmit their project in English
+
+(defun sv-closing-english-resubmit ()
+ (interactive)
+ ""
+ (insert "Please resubmit your project in English. English
+is the only language that the whole Savannah team understand and
+s needed for transparency and archival.
+
+Regards,\n")
+ (message "Inserted sv-closing-english-resubmit text.")
+)
+
;; Ask the user to reply with an updated tarball.
(defun sv-closing-reply ()