]> git.eshelyaron.com Git - emacs.git/commit
Suppress relint false positive in gnus-start.el
authorMattias Engdegård <mattiase@acm.org>
Sun, 19 Jul 2020 15:13:35 +0000 (17:13 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 20 Jul 2020 09:06:02 +0000 (11:06 +0200)
commit1da5b3abd5e8b7c9b97f8ef3b472d3d724894d8b
treeda552ba12509c628049c8207fb0f210c05baedf6
parent4c08c2f45b9bb0265f6d7c3529011dee1b18e843
Suppress relint false positive in gnus-start.el

* lisp/gnus/gnus-start.el (gnus-active-to-gnus-format):
Add suppressive comment.  Prepending "^to\\.\\|" is redundant when
'gnus-ignored-newsgroups' already matches that pattern, but adding
logic here is not worth the trouble.
lisp/gnus/gnus-start.el