From 1f1a7fdde778e2c079ecae9030b02db2deb2d93c Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 18 Apr 2005 23:15:24 +0000 Subject: [PATCH] Synch to No Gnus 200504182315. --- lisp/ChangeLog | 4 ++++ lisp/mml.el | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b67c8e9..2ad9129 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-04-18 Katsumi Yamaoka + + * mml.el: Autoload dnd when compiling. + 2005-04-18 Reiner Steib * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of diff --git a/lisp/mml.el b/lisp/mml.el index 7774052..52e845f 100644 --- a/lisp/mml.el +++ b/lisp/mml.el @@ -38,8 +38,10 @@ (autoload 'message-fetch-field "message") (autoload 'message-mark-active-p "message") (autoload 'fill-flowed-encode "flow-fill") - (autoload 'message-posting-charset "message") - (autoload 'x-dnd-get-local-file-name "x-dnd")) + (autoload 'message-posting-charset "message")) + +(eval-when-compile + (autoload 'dnd-get-local-file-name "dnd")) (defcustom mml-content-type-parameters '(name access-type expiration size permission format) -- 1.7.10.4