]> git.eshelyaron.com Git - emacs.git/commitdiff
Silence mm-decode.el compilation.
authorGlenn Morris <rgm@gnu.org>
Mon, 1 Nov 2010 01:45:47 +0000 (18:45 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 1 Nov 2010 01:45:47 +0000 (18:45 -0700)
* lisp/gnus/mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.

lisp/gnus/ChangeLog
lisp/gnus/mm-decode.el

index 8bd3f83b8604368a5fecb604e99ac55c0c159f89..e829914dcb5dec86b68042b8c649070af93dcdff 100644 (file)
@@ -1,5 +1,7 @@
 2010-11-01  Glenn Morris  <rgm@gnu.org>
 
+       * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
+
        * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
 
        * sieve-manage.el: Require 'cl when compiling.
index 531206c538e33c84a2b9a9a9a4819fe338e0755b..f3c04cee4f80d956ef72a83cc7d37db5691d79d0 100644 (file)
@@ -1,7 +1,7 @@
 ;;; mm-decode.el --- Functions for decoding MIME things
 
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+;;   2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;;     MORIOKA Tomohiko <morioka@jaist.ac.jp>
@@ -1324,6 +1324,8 @@ Use CMD as the process."
       (let ((coding-system-for-write 'binary))
        (shell-command-on-region (point-min) (point-max) command nil)))))
 
+(autoload 'gnus-completing-read "gnus-util")
+
 (defun mm-interactively-view-part (handle)
   "Display HANDLE using METHOD."
   (let* ((type (mm-handle-media-type handle))
@@ -1683,6 +1685,7 @@ If RECURSIVE, search recursively."
                  (start end &optional base-url))
 (declare-function shr-insert-document "shr" (dom))
 (defvar shr-blocked-images)
+(autoload 'gnus-blocked-images "gnus-art")
 
 (defun mm-shr (handle)
   ;; Require since we bind its variables.