(gnus-registry-save): used 'entry-caching' instead of 'caching'
authorTeodor Zlatanov <tzz@lifelogs.com>
Fri, 5 Sep 2003 12:52:55 +0000 (12:52 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Fri, 5 Sep 2003 12:52:55 +0000 (12:52 +0000)
lisp/ChangeLog
lisp/gnus-registry.el

index bd4c6ed..aa274e2 100644 (file)
@@ -4,6 +4,7 @@
        puthash unless gnus-registry-entry-caching is on
        (gnus-registry-split-fancy-with-parent): misplaced parenthesis
        made everything a part of the 'else'
+       (gnus-registry-save): used 'entry-caching' instead of 'caching'
 
 2003-09-05  Jesper Harder  <harder@ifa.au.dk>
 
index ada28f0..35cd2a7 100644 (file)
@@ -236,7 +236,7 @@ tracked this way."
                                 (hashtable-to-alist gnus-registry-hashtb)))
       ;; really save
       (gnus-registry-cache-save)
-      (setq gnus-registry-entry-caching entry-caching)
+      (setq gnus-registry-entry-caching caching)
       (setq gnus-registry-dirty nil))))
 
 (defun gnus-registry-clean-empty-function ()