]> git.eshelyaron.com Git - emacs.git/commit
Only use Gnus registry for formatting when registry is loaded
authorEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 19 Sep 2019 17:36:42 +0000 (10:36 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 19 Sep 2019 17:36:42 +0000 (10:36 -0700)
commita81223aeaa0d89954a10d9b5912665aedb0b9c74
tree4f55d78274b5cbe5c203cdb41f24d3d5c3dadfb6
parent2b80340bf3585f976d88da94ee9d40eb03230c6b
Only use Gnus registry for formatting when registry is loaded

See bug #36903

* lisp/gnus/gnus-registry.el (gnus-registry-article-marks-to-chars):
  (gnus-registry-article-marks-to-names): In some circumstances it's
  possible for the user's summary line format spec to include
  registry-specific code, while the registry itself isn't actually
  loaded. Make sure the database is actually a hashtable before
  accessing it.
lisp/gnus/gnus-registry.el