mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Restore regexp-quote for gnus subject match
* lisp/gnus/gnus-sum.el (gnus-summary-limit-include-thread): Restore regexp-quote that was inadvertently dropped in commit 2021-12-21 "Fix gnus subject matching when subject is empty".
This commit is contained in:
parent
4eabca26d3
commit
413ef5a7e6
1 changed files with 1 additions and 1 deletions
|
|
@ -8663,7 +8663,7 @@ these articles."
|
|||
(when matching-subject
|
||||
(gnus-summary-limit-include-matching-articles
|
||||
"subject"
|
||||
matching-subject)
|
||||
(regexp-quote matching-subject))
|
||||
;; Each of the previous two limit calls push a limit onto
|
||||
;; the limit stack. Presumably we want to think of the
|
||||
;; thread and its associated subject matches as a single
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue