diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus-cache.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus-cache.el b/lisp/gnus-cache.el index 833659862a9..2733295c4a6 100644 --- a/lisp/gnus-cache.el +++ b/lisp/gnus-cache.el @@ -173,8 +173,8 @@ t)))) (defun gnus-cache-enter-remove-article (article) - (setq gnus-cache-removeable-articles - (cons article gnus-cache-removeable-articles))) + (setq gnus-cache-removable-articles + (cons article gnus-cache-removable-articles))) (defsubst gnus-cache-possibly-remove-article (article ticked dormant unread) @@ -194,7 +194,7 @@ (progn (forward-line 1) (point)))))))) (defun gnus-cache-possibly-remove-articles () - (let ((articles gnus-cache-removeable-articles) + (let ((articles gnus-cache-removable-articles) (cache-articles (gnus-cache-articles-in-group gnus-newsgroup-name)) article) (gnus-cache-change-buffer gnus-newsgroup-name) |