changeset 37601:58918e5712d6

(rmail-edit-mode-hook): Add :version.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 07 May 2001 11:27:00 +0000
parents 20c37aac51cd
children cf908fe10fe5
files lisp/mail/rmailedit.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailedit.el	Mon May 07 11:26:24 2001 +0000
+++ b/lisp/mail/rmailedit.el	Mon May 07 11:27:00 2001 +0000
@@ -29,6 +29,7 @@
 (defcustom rmail-edit-mode-hook nil
   "List of functions to call when editing an RMAIL message."
   :type 'hook
+  :version "21.1"
   :group 'rmail-edit)
 
 (defvar rmail-old-text)