Add interactive arg to html2text autoload.
authorReiner Steib <Reiner.Steib@gmx.de>
Thu, 26 Oct 2006 13:59:33 +0000 (13:59 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Thu, 26 Oct 2006 13:59:33 +0000 (13:59 +0000)
lisp/ChangeLog
lisp/mm-view.el

index b1b0919..b8a9521 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-view.el: Add interactive arg to html2text autoload.
+
 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
index 7bf57e1..5268582 100644 (file)
@@ -36,7 +36,7 @@
   (autoload 'vcard-parse-string "vcard")
   (autoload 'vcard-format-string "vcard")
   (autoload 'fill-flowed "flow-fill")
-  (autoload 'html2text "html2text"))
+  (autoload 'html2text "html2text" nil t))
 
 (defvar gnus-article-mime-handles)
 (defvar gnus-newsgroup-charset)