]> git.eshelyaron.com Git - emacs.git/commit
Fix and cleanup nnselect-push-info
authorAndrew G Cohen <cohen@andy.bu.edu>
Fri, 14 Apr 2023 00:42:29 +0000 (08:42 +0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Fri, 14 Apr 2023 00:53:12 +0000 (08:53 +0800)
commit3ef54c64fa8e7236458228db09fe7192350cbeb6
tree50c858da6ccd25f8c4ea84f8c3c441bfb3b9d543
parent2c3ca78e811b288aa4801f78c11ba9ddf9ffe02c
Fix and cleanup nnselect-push-info

* lisp/gnus/nnselect.el (nnselect-push-info): Don't update backend
marks when quit-config is not nil since gnus-update-marks has already
been called.  Move checking for unread articles outside the
gnus-atomic block so it may be interrupted.  Replace let* with let.
Cleanup code.
lisp/gnus/nnselect.el