emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102184: Silence gnus-dired.el compil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102184: Silence gnus-dired.el compilation.
Date: Sun, 31 Oct 2010 18:51:22 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102184
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-31 18:51:22 -0700
message:
  Silence gnus-dired.el compilation.
  * lisp/gnus/gnus-dired.el (gnus-completing-read): Autoload.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus-dired.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-11-01 01:49:16 +0000
+++ b/lisp/gnus/ChangeLog       2010-11-01 01:51:22 +0000
@@ -1,7 +1,7 @@
 2010-11-01  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'lisp/gnus/gnus-dired.el'
--- a/lisp/gnus/gnus-dired.el   2010-10-13 05:39:17 +0000
+++ b/lisp/gnus/gnus-dired.el   2010-11-01 01:51:22 +0000
@@ -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 <address@hidden>,
 ;;          Shenghuo Zhu <address@hidden>
@@ -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.


reply via email to

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