From ebc43ccb6dbe81fc861a76bffacea498f45b3794 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 19 Nov 2001 06:59:38 +0000 Subject: [PATCH] (patch-send): Renamed from `patch-submit'. Gadzooks what kind of world is this? --- emacs/patch.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs/patch.el b/emacs/patch.el index e97c4231b..af8c45dfc 100644 --- a/emacs/patch.el +++ b/emacs/patch.el @@ -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)")) -- 2.20.1