diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-02-26 10:32:34 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-02-26 10:32:34 +0000 |
commit | 327d4dd38f22fb1ef48906068f9b95b15fba6052 (patch) | |
tree | 2a80f0bd6cb1c7b1d12db75cc13f7358d5a39ab0 /emacs/patch.el | |
parent | 58ed8bc61ceaa2dbb40b08650ac9ae9eedc8495b (diff) |
doc/ref/ChangeLog
Diffstat (limited to 'emacs/patch.el')
-rw-r--r-- | emacs/patch.el | 8 |
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 |