guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/emacs patch.el


From: Thien-Thi Nguyen
Subject: guile/guile-core/emacs patch.el
Date: Mon, 19 Nov 2001 01:59:38 -0500

CVSROOT:        /cvs
Module name:    guile
Changes by:     Thien-Thi Nguyen <address@hidden>       01/11/19 01:59:38

Modified files:
        guile-core/emacs: patch.el 

Log message:
        (patch-send): Renamed from `patch-submit'.
        Gadzooks what kind of world is this?

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/emacs/patch.el.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: guile/guile-core/emacs/patch.el
diff -u guile/guile-core/emacs/patch.el:1.1 guile/guile-core/emacs/patch.el:1.2
--- guile/guile-core/emacs/patch.el:1.1 Thu Oct 25 14:13:01 2001
+++ guile/guile-core/emacs/patch.el     Mon Nov 19 01:59:38 2001
@@ -31,9 +31,9 @@
 ;; On the patch creation side of things, there are various version
 ;; control systems that are happy to write a diff to stdout (and
 ;; numerous Emacs interfaces to them all).  Thus, we provide only a
-;; simple `patch-submit' that composes mail from the current buffer;
+;; simple `patch-send' that composes mail from the current buffer;
 ;; the contents of that buffer are left as an exercise for the patch
-;; creator.  When preparing the mail, `patch-submit' scans the patch
+;; creator.  When preparing the mail, `patch-send' scans the patch
 ;; for standard filename headers and sets up a skeleton change log --
 ;; filling this in is a good way to earn respect from maintainers (hint
 ;; hint).  Type `C-c C-c' to send the mail when you are done.  (See
@@ -82,7 +82,7 @@
      files
      "\n")))
 
-(defun patch-submit (buffer subject)
+(defun patch-send (buffer subject)
   (interactive "bBuffer: \nsSubject: ")
   (when (string= "" subject)
     (error "(empty subject)"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]