Mercurial > emacs
changeset 57552:27c5fd98f808
(gnus-registry-unload-hook): Set as a variable with add-hook.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 17 Oct 2004 07:11:15 +0000 |
parents | 929461cf6a6a |
children | 6530172cc0bf |
files | lisp/gnus/gnus-registry.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus-registry.el Sun Oct 17 07:09:13 2004 +0000 +++ b/lisp/gnus/gnus-registry.el Sun Oct 17 07:11:15 2004 +0000 @@ -693,6 +693,8 @@ (remove-hook 'gnus-summary-prepare-hook 'gnus-registry-register-message-ids)) +(add-hook 'gnus-registry-unload-hook 'gnus-registry-unload-hook) + (when gnus-registry-install (gnus-registry-install-hooks) (gnus-registry-read))