From 6c5def8e73e36cab0377f5d2e05d27b181d1b3d3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 2 Mar 2000 09:29:36 +0000 Subject: [PATCH] (rmail-quit-hook): New variable. --- lisp/mail/rmail.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 52dda8aa0c8..1586f37b000 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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. -- 2.39.5