* mu4e-compose: fix small issue with completion / cosmetics

This commit is contained in:
djcb
2012-08-19 09:55:28 +03:00
parent 441c5a1b9b
commit 19c6858b3f

View File

@ -732,8 +732,8 @@ message."
(save-excursion
(re-search-backward "\\(\\`\\|[\n:,]\\)[ \t]*")
(goto-char (match-end 0))
(point))))
(list start end mu4e~contacts-for-completion))))))
(point)))))
(list start end mu4e~contacts-for-completion)))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;