]> git.eshelyaron.com Git - emacs.git/commit
nndiary.el: fix dodgy schedule code
authorMattias Engdegård <mattiase@acm.org>
Tue, 11 Apr 2023 09:57:07 +0000 (11:57 +0200)
committerMattias Engdegård <mattiase@acm.org>
Tue, 11 Apr 2023 09:57:07 +0000 (11:57 +0200)
commitfb66e4d58bbc24abf44157078e8ca51ffed93113
treea2a4ae3af06920e64ce3fdfbfe8b991677007629
parent5dab172a17320e93332ae6545738b37f4224f2de
nndiary.el: fix dodgy schedule code

* lisp/gnus/nndiary.el (nndiary-last-occurrence):
Don't sort a list and throw away the result because that leaves the
list variable in an undefined state.  Just take the largest element
because that was obviously what the author meant.
lisp/gnus/nndiary.el