aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/ChangeLog2
-rw-r--r--lisp/gnus/gnus-dired.el6
2 files changed, 5 insertions, 3 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 96c378c73d4..2c4e693f72c 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,7 +1,7 @@
12010-11-01 Glenn Morris <rgm@gnu.org> 12010-11-01 Glenn Morris <rgm@gnu.org>
2 2
3 * gnus-dired.el (gnus-completing-read): Autoload.
3 * mm-view.el (gnus-rescale-image): Autoload. 4 * mm-view.el (gnus-rescale-image): Autoload.
4
5 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload. 5 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6 6
7 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use. 7 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
diff --git a/lisp/gnus/gnus-dired.el b/lisp/gnus/gnus-dired.el
index a12046f73b8..8b6d3911e11 100644
--- a/lisp/gnus/gnus-dired.el
+++ b/lisp/gnus/gnus-dired.el
@@ -1,7 +1,7 @@
1;;; gnus-dired.el --- utility functions where gnus and dired meet 1;;; gnus-dired.el --- utility functions where gnus and dired meet
2 2
3;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 3;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
4;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5 5
6;; Authors: Benjamin Rutt <brutt@bloomington.in.us>, 6;; Authors: Benjamin Rutt <brutt@bloomington.in.us>,
7;; Shenghuo Zhu <zsh@cs.rochester.edu> 7;; Shenghuo Zhu <zsh@cs.rochester.edu>
@@ -122,6 +122,8 @@ See `mail-user-agent' for more information."
122 (push (buffer-name buffer) buffers)))) 122 (push (buffer-name buffer) buffers))))
123 (nreverse buffers)))) 123 (nreverse buffers))))
124 124
125(autoload 'gnus-completing-read "gnus-util")
126
125;; Method to attach files to a mail composition. 127;; Method to attach files to a mail composition.
126(defun gnus-dired-attach (files-to-attach) 128(defun gnus-dired-attach (files-to-attach)
127 "Attach dired's marked files to a gnus message composition. 129 "Attach dired's marked files to a gnus message composition.