]> git.eshelyaron.com Git - emacs.git/commit
Small fix to writing Gnus dribble change-level entries
authorEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 3 Jul 2019 19:53:43 +0000 (12:53 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 3 Jul 2019 19:56:00 +0000 (12:56 -0700)
commit619592df9ed4d54a63f653bf6912ecc44f46dc59
tree876cb55a354fd072289f28ea9695d1dfc0a884eb
parent22760ab357dd8124c856b76a545e562917872d78
Small fix to writing Gnus dribble change-level entries

* lisp/gnus/gnus-start.el (gnus-group-change-level): PREVIOUS needs to
  still be a string when the dribble entry is written, so don't
  convert it to an entry until after that's done. Also, we're not
  meant to write PREVIOUS itself, we're meant to write the group that
  comes _after_ it in the sort-order of gnus-group-list, so do that
  instead.
lisp/gnus/gnus-start.el