]> git.eshelyaron.com Git - emacs.git/commit
When registering Gnus message ids, guard against no registry
authorEric Abrahamsen <eric@ericabrahamsen.net>
Mon, 6 Dec 2021 21:43:24 +0000 (13:43 -0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Mon, 6 Dec 2021 21:45:27 +0000 (13:45 -0800)
commite17aea73a5b2ae5f7cbf9057d7dad286be81ffc0
tree2ebc84fe025a59f5e27cf2b376133b989a587826
parentbed5af1ea323a3b20ef505a05ccc69afaa9b645d
When registering Gnus message ids, guard against no registry

* lisp/gnus/gnus-registry.el (gnus-registry-register-message-ids):
There are situations where this code is called without a full Gnus
startup (eg, debbugs). If the registry doesn't exist, just skip this
process.
lisp/gnus/gnus-registry.el