emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102182: Silence mm-decode.el compila


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102182: Silence mm-decode.el compilation.
Date: Sun, 31 Oct 2010 18:45:47 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102182
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-31 18:45:47 -0700
message:
  Silence mm-decode.el compilation.
  * lisp/gnus/mm-decode.el (gnus-completing-read, gnus-blocked-images): 
Autoload.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/mm-decode.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-11-01 01:40:12 +0000
+++ b/lisp/gnus/ChangeLog       2010-11-01 01:45:47 +0000
@@ -1,5 +1,7 @@
 2010-11-01  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'lisp/gnus/mm-decode.el'
--- a/lisp/gnus/mm-decode.el    2010-10-28 06:37:35 +0000
+++ b/lisp/gnus/mm-decode.el    2010-11-01 01:45:47 +0000
@@ -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 <address@hidden>
 ;;     MORIOKA Tomohiko <address@hidden>
@@ -1324,6 +1324,8 @@
       (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 @@
                  (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]