emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102183: Silence mm-view.el compilati


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

------------------------------------------------------------
revno: 102183
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-31 18:49:16 -0700
message:
  Silence mm-view.el compilation.
  * lisp/gnus/mm-view.el (gnus-rescale-image): Autoload.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/mm-view.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-11-01 01:45:47 +0000
+++ b/lisp/gnus/ChangeLog       2010-11-01 01:49:16 +0000
@@ -1,5 +1,7 @@
 2010-11-01  Glenn Morris  <address@hidden>
 
+       * 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/mm-view.el'
--- a/lisp/gnus/mm-view.el      2010-10-20 22:29:38 +0000
+++ b/lisp/gnus/mm-view.el      2010-11-01 01:49:16 +0000
@@ -82,6 +82,8 @@
 ;;; Functions for displaying various formats inline
 ;;;
 
+(autoload 'gnus-rescale-image "gnus-util")
+
 (defun mm-inline-image-emacs (handle)
   (let ((b (point-marker))
        (inhibit-read-only t))


reply via email to

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