mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-12 09:28:24 +00:00
Silence mm-view.el compilation.
* lisp/gnus/mm-view.el (gnus-rescale-image): Autoload.
This commit is contained in:
parent
e116c1eb0f
commit
c36dea19e0
@ -1,5 +1,7 @@
|
||||
2010-11-01 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* 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.
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user