]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
emacs: ad-activate 'mm-shr after ad-disable-advice 'mm-shr
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 27 Jan 2014 20:32:12 +0000 (22:32 +0200)
committerDavid Bremner <david@tethera.net>
Thu, 30 Jan 2014 16:21:25 +0000 (12:21 -0400)
Imitated from "Enabling advice" in Emacs lisp manual...

ad-disable-advice by itself only changes the enable flag for a
piece of advice. To make the change take effect in the
advised definition, the advice needs to be activated again.

emacs/notmuch-lib.el

index e6e9f97a0190e371bed66104e40952f74de80589..fa35fa9fd89384cd16651bd07c767b32f0080ac1 100644 (file)
@@ -531,7 +531,8 @@ the given type."
 (if (>= emacs-major-version 24)
     (defadvice mm-shr (before load-gnus-arts activate)
       (require 'gnus-art nil t)
-      (ad-disable-advice 'mm-shr 'before 'load-gnus-arts)))
+      (ad-disable-advice 'mm-shr 'before 'load-gnus-arts)
+      (ad-activate 'mm-shr)))
 
 (defun notmuch-mm-display-part-inline (msg part nth content-type process-crypto)
   "Use the mm-decode/mm-view functions to display a part in the