(rmail-quit-hook): New variable.
authorGerd Moellmann <gerd@gnu.org>
Thu, 2 Mar 2000 09:29:36 +0000 (09:29 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 2 Mar 2000 09:29:36 +0000 (09:29 +0000)
lisp/mail/rmail.el

index 52dda8a..1586f37 100644 (file)
@@ -230,6 +230,10 @@ and the value of the environment variable MAIL overrides it)."
 (defvar rmail-show-message-hook nil
   "List of functions to call when Rmail displays a message.")
 
+;;;###autoload
+(defvar rmail-quit-hook nil
+  "List of functions to call when quitting out of Rmail.")
+
 ;;;###autoload
 (defvar rmail-delete-message-hook nil
   "List of functions to call when Rmail deletes a message.