Autoload dnd when compiling.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 18 Apr 2005 23:15:01 +0000 (23:15 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 18 Apr 2005 23:15:01 +0000 (23:15 +0000)
lisp/ChangeLog
lisp/mml.el

index cecf62d..f9cdaf4 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mml.el: Autoload dnd when compiling.
+
 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
index 5fedc80..b016845 100644 (file)
   (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)