diff options
| author | Glenn Morris | 2018-03-23 20:01:26 -0400 |
|---|---|---|
| committer | Glenn Morris | 2018-03-23 20:01:26 -0400 |
| commit | e7172a42e20ea4f92270aefab507bb7f55f3fb06 (patch) | |
| tree | 92cf9faf4c70551808a0436cad28d679be62f904 | |
| parent | 8a3263877ebfdae14f19661cd3f29c8bcc2d4a96 (diff) | |
| download | emacs-e7172a42e20ea4f92270aefab507bb7f55f3fb06.tar.gz emacs-e7172a42e20ea4f92270aefab507bb7f55f3fb06.zip | |
Remove some unused gnus-registry variables
* lisp/gnus/gnus-registry.el (gnus-registry-clean-empty)
(gnus-registry-use-long-group-names)
(gnus-registry-max-track-groups, gnus-registry-entry-caching)
(gnus-registry-trim-articles-without-groups):
Remove variables labeled as obsolete since 23.4 that do nothing.
| -rw-r--r-- | lisp/gnus/gnus-registry.el | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/gnus/gnus-registry.el b/lisp/gnus/gnus-registry.el index 643b8f11654..229d057946e 100644 --- a/lisp/gnus/gnus-registry.el +++ b/lisp/gnus/gnus-registry.el | |||
| @@ -166,12 +166,7 @@ nnmairix groups are specifically excluded because they are ephemeral." | |||
| 166 | 166 | ||
| 167 | (defvar gnus-registry-misc-menus nil) ; ugly way to keep the menus | 167 | (defvar gnus-registry-misc-menus nil) ; ugly way to keep the menus |
| 168 | 168 | ||
| 169 | (make-obsolete-variable 'gnus-registry-clean-empty nil "23.4") | 169 | ;; It was simply deleted. |
| 170 | (make-obsolete-variable 'gnus-registry-use-long-group-names nil "23.4") | ||
| 171 | (make-obsolete-variable 'gnus-registry-max-track-groups nil "23.4") | ||
| 172 | (make-obsolete-variable 'gnus-registry-entry-caching nil "23.4") | ||
| 173 | (make-obsolete-variable 'gnus-registry-trim-articles-without-groups nil "23.4") | ||
| 174 | ;; FIXME it was simply deleted. | ||
| 175 | (make-obsolete-variable 'gnus-registry-max-pruned-entries nil "25.1") | 170 | (make-obsolete-variable 'gnus-registry-max-pruned-entries nil "25.1") |
| 176 | 171 | ||
| 177 | (defcustom gnus-registry-track-extra '(subject sender recipient) | 172 | (defcustom gnus-registry-track-extra '(subject sender recipient) |