Fix CRM indicator regexp

This commit is contained in:
Gergely Polonkai 2023-09-29 10:39:11 +02:00
parent c8a4c1587f
commit 5ab0061e2e
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
(defun crm-indicator (args)
(cons (format "[CRM%s] %s"
(replace-regexp-in-string
"\\`\\[.*?]\\*\\|\\[.*?]\\*\\" ""
"\\`\\[.*?]\\*\\|\\[.*?]\\*\\'" ""
crm-separator)
(car args))
(cdr args)))