From: Katsumi Yamaoka Date: Mon, 18 Apr 2005 23:15:01 +0000 (+0000) Subject: Autoload dnd when compiling. X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=e1b88a44bb0974fed567738df40239fcab673781 Autoload dnd when compiling. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cecf62d59..f9cdaf44f 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 5fedc8041..b016845b8 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)