mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
emacs: remove text properties from `notmuch-search-get-tags' result
This commit is contained in:
parent
0adf05f578
commit
b3eafaf725
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ the messages that were tagged"
|
|||
(let ((beg (+ (point) 1)))
|
||||
(re-search-forward ")")
|
||||
(let ((end (- (point) 1)))
|
||||
(split-string (buffer-substring beg end))))))
|
||||
(split-string (buffer-substring-no-properties beg end))))))
|
||||
|
||||
(defun notmuch-search-get-tags-region (beg end)
|
||||
(save-excursion
|
||||
|
|
Loading…
Reference in a new issue