* mu4e: autocompletion should work for emacs 23.2 and later

This commit is contained in:
djcb
2012-06-24 17:41:02 +03:00
parent a73f06857d
commit 8dfeb8fa41
2 changed files with 4 additions and 2 deletions

View File

@ -485,7 +485,8 @@ needed, set the Fcc header, and register the handler function."
(setq default-directory (expand-file-name "~/"))
;; offer completion for e-mail addresses
(when mu4e-compose-complete-addresses
(when (and mu4e-compose-complete-addresses
(boundp 'completion-at-point-functions))
(mu4e~compose-setup-completion))
;; setup the fcc-stuff, if needed