Fix CRM indicator regexp
This commit is contained in:
parent
c8a4c1587f
commit
5ab0061e2e
@ -92,7 +92,7 @@
|
||||
(defun crm-indicator (args)
|
||||
(cons (format "[CRM%s] %s"
|
||||
(replace-regexp-in-string
|
||||
"\\`\\[.*?]\\*\\|\\[.*?]\\*\\" ""
|
||||
"\\`\\[.*?]\\*\\|\\[.*?]\\*\\'" ""
|
||||
crm-separator)
|
||||
(car args))
|
||||
(cdr args)))
|
||||
|
Loading…
Reference in New Issue
Block a user