diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-10-17 07:11:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-10-17 07:11:15 +0000 |
commit | 6d52545d53dcc921172eb0f233079f929341f396 (patch) | |
tree | e52d6a8bff07f97e8b3a831626c6a1263e11e7c1 /lisp/gnus/gnus-registry.el | |
parent | a94adef05998f5a02ca92649a4a6829a1b00cd69 (diff) | |
download | emacs-6d52545d53dcc921172eb0f233079f929341f396.tar.gz emacs-6d52545d53dcc921172eb0f233079f929341f396.tar.bz2 emacs-6d52545d53dcc921172eb0f233079f929341f396.zip |
(gnus-registry-unload-hook): Set as a variable with add-hook.
Diffstat (limited to 'lisp/gnus/gnus-registry.el')
-rw-r--r-- | lisp/gnus/gnus-registry.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-registry.el b/lisp/gnus/gnus-registry.el index 33238ef4552..841f0057566 100644 --- a/lisp/gnus/gnus-registry.el +++ b/lisp/gnus/gnus-registry.el @@ -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)) |