]> git.eshelyaron.com Git - emacs.git/commit
Obsolete gnus-registry-enabled in favor of checking gnus-registry-db
authorEric Abrahamsen <eric@ericabrahamsen.net>
Tue, 25 Jan 2022 00:20:44 +0000 (16:20 -0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Mon, 31 Jan 2022 19:25:42 +0000 (11:25 -0800)
commit161382f76d9afd8a4e8f4499d3479bd38a74bada
tree74f15e0722d202ddc55c893f258112ad872fa27b
parent70f994f6d098c6830cab1fb396d46c42782e7527
Obsolete gnus-registry-enabled in favor of checking gnus-registry-db

* lisp/gnus/gnus-registry.el (gnus-registry-enabled): Obsolete this
variable; recommend using `gnus-registry-db' as a boolean instead.
(gnus-registry-load, gnus-registry-register-message-ids,
gnus-registry-article-marks-to-chars,
gnus-registry-article-marks-to-names, gnus-registry-clear,
gnus-registry-install-p): In all these functions, test
`gnus-registry-db' instead of `gnus-registry-enabled'. We no longer
set or clear that variable.
lisp/gnus/gnus-registry.el