From: Tomi Ollila Date: Wed, 6 Dec 2017 01:17:57 +0000 (-0400) Subject: emacs: letf enriched-decode-display-prop for text/enriched display X-Git-Tag: 0.25.3~7 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=f55e9a3bdaadb6d7db7321d0aee5de642743651d;hp=f55e9a3bdaadb6d7db7321d0aee5de642743651d;p=notmuch emacs: letf enriched-decode-display-prop for text/enriched display Dynamically bind enriched-decode-display-prop when inserting text/enriched part. This complements commit 9b0582383833 for emacs versions before 24.4 which do not have advice-add functionality. Since emacs 25.3 this particular bug is fixed. ---