]> git.eshelyaron.com Git - emacs.git/commit
Fix MH-E bug #470: Show buffer discards text properties
authorStephen Gildea <stepheng+emacs@gildea.com>
Sat, 4 Jan 2020 23:28:07 +0000 (15:28 -0800)
committerStephen Gildea <stepheng+emacs@gildea.com>
Sat, 4 Jan 2020 23:30:53 +0000 (15:30 -0800)
commit7f01dfca5600fcd3e3548aee50734aab4b96b02f
treed8e99a92b830653697f17f4e0a4779f3c23f6c1d
parentf95a2b83014a810d508448473b20186d55485efd
Fix MH-E bug #470: Show buffer discards text properties

* lisp/mh-e/mh-show.el (mh-display-msg): reset font lock and set
major mode *before* formatting message content.  This changes lets
fonts work when the Show buffer is reused for a new message.
(mh-show-mode): no longer set buffer-read-only; that is better done
by mh-display-msg after setting all content.
lisp/mh-e/mh-show.el