]> code.delx.au - gnu-emacs/commitdiff
(gnus-article-mime-handles, gnus-newsgroup-charset, smime-keys,
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 31 Aug 2005 13:07:49 +0000 (13:07 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 31 Aug 2005 13:07:49 +0000 (13:07 +0000)
w3m-cid-retrieve-function-alist, w3m-current-buffer, w3m-display-inline-images,
w3m-minor-mode-map): Add defvars.

lisp/gnus/mm-view.el

index 735cc2569c3fe0ed87348e67fd66edbdf8f19ba1..2d78ccab86406396269a03676fbc793fecdbf350 100644 (file)
   (unless (fboundp 'diff-mode)
     (autoload 'diff-mode "diff-mode" "" t nil)))
 
+(defvar gnus-article-mime-handles)
+(defvar gnus-newsgroup-charset)
+(defvar smime-keys)
+(defvar w3m-cid-retrieve-function-alist)
+(defvar w3m-current-buffer)
+(defvar w3m-display-inline-images)
+(defvar w3m-minor-mode-map)
+
 (defvar mm-text-html-renderer-alist
   '((w3  . mm-inline-text-html-render-with-w3)
     (w3m . mm-inline-text-html-render-with-w3m)