]> git.eshelyaron.com Git - emacs.git/commit
Fix bug with precious entries in Gnus registry
authorEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 11 Oct 2018 18:20:29 +0000 (11:20 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 11 Oct 2018 18:20:29 +0000 (11:20 -0700)
commita108eaa13c8f2af4d7de9fc788d1b780a5571cd6
treee7ad65c946e558866c520e9dced530118bd61292
parentce8b4584a3c69e5c4abad8a0a9c3781ce8c0c1f8
Fix bug with precious entries in Gnus registry

* lisp/registry.el (registry-collect-prune-candidates): This `cdr' was
  an error: it meant that the last key in the precious list, would be
  considered a nil. Since the precious list only contains the symbol
  'mark by default, marks were never considered precious.
* doc/misc/gnus.texi (Store arbitrary data): Fix typo: "marks" should
  be "mark".
doc/misc/gnus.texi
lisp/registry.el