summaryrefslogtreecommitdiff
path: root/emacs/patch.el
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2002-02-26 10:32:34 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2002-02-26 10:32:34 +0000
commit327d4dd38f22fb1ef48906068f9b95b15fba6052 (patch)
tree2a80f0bd6cb1c7b1d12db75cc13f7358d5a39ab0 /emacs/patch.el
parent58ed8bc61ceaa2dbb40b08650ac9ae9eedc8495b (diff)
doc/ref/ChangeLog
Diffstat (limited to 'emacs/patch.el')
-rw-r--r--emacs/patch.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs/patch.el b/emacs/patch.el
index af8c45dfc..868310a80 100644
--- a/emacs/patch.el
+++ b/emacs/patch.el
@@ -45,6 +45,9 @@
;;; Code:
(require 'cl)
+(require 'update-changelog) ; for stitching
+
+;; outgoing
(defvar patch-greeting "hello guile maintainers,\n\n"
"*String to insert at beginning of patch mail.")
@@ -95,4 +98,9 @@
(patch-changelog-skeleton) "\n\n\n"
(make-string 72 ?_) "\n")))
+;; incoming
+
+
+
+
;;; patch.el ends here