mu4e: don't use purecopy, it's useless

Don't use `purecopy`, it's useless outside emacs itself, as pointed out
by cpitclaudel. Fixes issue #729.
This commit is contained in:
djcb
2015-12-15 07:02:24 +02:00
parent d8ecc98349
commit 2d443a953c
3 changed files with 22 additions and 23 deletions

View File

@ -245,8 +245,7 @@ separator is never written to the message file. Also see
`mu4e-remove-mail-header-separator'."
;; we set this here explicitly, since (as it has happened) a wrong
;; value for this (such as "") breaks address completion and other things
(set (make-local-variable 'mail-header-separator)
(purecopy "--text follows this line--"))
(set (make-local-variable 'mail-header-separator) "--text follows this line--")
(put 'mail-header-separator 'permanent-local t)
(save-excursion
;; make sure there's not one already