* wl-draft.el (wl-draft-hide): Select buffer-window.
[elisp/wanderlust.git] / wl / wl-dnd.el
index 6874503..59402d9 100644 (file)
@@ -1,4 +1,4 @@
-;;; wl-dnd.el -- dragdrop support on Wanderlust.
+;;; wl-dnd.el --- dragdrop support on Wanderlust.
 
 ;; Copyright (C) 1998,1999,2000 Yuuichi Teranishi <teranisi@gohome.org>
 
 ;;
 
 ;;; Commentary:
-;; 
+;;
 
 ;;; Code:
-;; 
-
-(require 'product)
-(product-provide (provide 'wl-dnd) (require 'wl-version))
+;;
 
 (static-cond
  ((featurep 'offix)
@@ -99,5 +96,8 @@
     (setq kmap (make-keymap))
     (define-key kmap [button1] 'wl-dnd-start-drag)
     (set-extent-property ext 'keymap kmap)))
-                                            
+
+(require 'product)
+(product-provide (provide 'wl-dnd) (require 'wl-version))
+
 ;;; wl-dnd.el ends here