* mu4e-compose: fix small issue with completion / cosmetics
This commit is contained in:
@ -732,8 +732,8 @@ message."
|
|||||||
(save-excursion
|
(save-excursion
|
||||||
(re-search-backward "\\(\\`\\|[\n:,]\\)[ \t]*")
|
(re-search-backward "\\(\\`\\|[\n:,]\\)[ \t]*")
|
||||||
(goto-char (match-end 0))
|
(goto-char (match-end 0))
|
||||||
(point))))
|
(point)))))
|
||||||
(list start end mu4e~contacts-for-completion))))))
|
(list start end mu4e~contacts-for-completion)))))
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|||||||
Reference in New Issue
Block a user