changeset 111281:ce591845861c

Silence gnus-dired.el compilation. * lisp/gnus/gnus-dired.el (gnus-completing-read): Autoload.
author Glenn Morris <rgm@gnu.org>
date Sun, 31 Oct 2010 18:51:22 -0700
parents 3e377e8bbed5
children 8fecec59e268
files lisp/gnus/ChangeLog lisp/gnus/gnus-dired.el
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Sun Oct 31 18:49:16 2010 -0700
+++ b/lisp/gnus/ChangeLog	Sun Oct 31 18:51:22 2010 -0700
@@ -1,7 +1,7 @@
 2010-11-01  Glenn Morris  <rgm@gnu.org>
 
+	* gnus-dired.el (gnus-completing-read): Autoload.
 	* mm-view.el (gnus-rescale-image): Autoload.
-
 	* mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
 
 	* gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
--- a/lisp/gnus/gnus-dired.el	Sun Oct 31 18:49:16 2010 -0700
+++ b/lisp/gnus/gnus-dired.el	Sun Oct 31 18:51:22 2010 -0700
@@ -1,7 +1,7 @@
 ;;; gnus-dired.el --- utility functions where gnus and dired meet
 
-;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
+;;   2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Authors: Benjamin Rutt <brutt@bloomington.in.us>,
 ;;          Shenghuo Zhu <zsh@cs.rochester.edu>
@@ -122,6 +122,8 @@
 	    (push (buffer-name buffer) buffers))))
       (nreverse buffers))))
 
+(autoload 'gnus-completing-read "gnus-util")
+
 ;; Method to attach files to a mail composition.
 (defun gnus-dired-attach (files-to-attach)
   "Attach dired's marked files to a gnus message composition.