diff lisp/mh-e/mh-customize.el @ 67319:c9307100bfd0

* mh-customize.el (mh-insert-signature-hook): Rename mh-letter-insert-signature-hook to mh-insert-signature-hook. * mh-comp.el (mh-insert-signature): Ditto.
author Bill Wohler <wohler@newt.com>
date Mon, 05 Dec 2005 02:26:03 +0000
parents 436927904f36
children 315e71e95246
line wrap: on
line diff
--- a/lisp/mh-e/mh-customize.el	Mon Dec 05 02:04:14 2005 +0000
+++ b/lisp/mh-e/mh-customize.el	Mon Dec 05 02:26:03 2005 +0000
@@ -2322,6 +2322,15 @@
   :group 'mh-hooks
   :group 'mh-inc)
 
+(defcustom mh-insert-signature-hook nil
+  "Invoked after signature has been inserted.
+
+These functions may access the actual name of the file or the function used to
+insert the signature with `mh-signature-file-name'."
+  :type 'hook
+  :group 'mh-hooks
+  :group 'mh-letter)
+
 (defcustom mh-kill-folder-suppress-prompt-hook '(mh-index-p)
   "Invoked at the beginning of the  \\<mh-folder-mode-map>`\\[mh-kill-folder]' command.
 This hook is a list of functions to be called, with no arguments, which should
@@ -2339,14 +2348,6 @@
   :group 'mh-hooks
   :group 'mh-folder)
 
-(defcustom mh-letter-insert-signature-hook nil
-  "Invoked after signature has been inserted.
-This hook may access the actual name of the file or the function used to
-insert the signature with `mh-signature-file-name'."
-  :type 'hook
-  :group 'mh-hooks
-  :group 'mh-letter)
-
 (defcustom mh-letter-mode-hook nil
   "Invoked by `mh-letter-mode' on a new letter."
   :type 'hook