]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-registry-unload-hook): Set as a variable with add-hook.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Oct 2004 07:11:15 +0000 (07:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Oct 2004 07:11:15 +0000 (07:11 +0000)
lisp/gnus/gnus-registry.el

index 33238ef4552325757ef9b193d646416a5c01c80e..841f00575667d6eaf109726405df721b585f4fcc 100644 (file)
@@ -693,6 +693,8 @@ Returns the first place where the trail finds a group name."
 
   (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))