From: Gerd Moellmann Date: Thu, 2 Mar 2000 09:29:36 +0000 (+0000) Subject: (rmail-quit-hook): New variable. X-Git-Tag: emacs-pretest-21.0.90~4813 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c5def8e73e36cab0377f5d2e05d27b181d1b3d3;p=emacs.git (rmail-quit-hook): New variable. --- 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.