X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2Fwl-dnd.el;h=59402d9fb296b7adf0d65514bf57baa85c8a4a79;hb=98f38e5383840a86e4ebca5803d505110d0997f8;hp=6874503b91b7e264f37945440a7a5fa78c5a395c;hpb=b9b9d404a0912f6ee172f2adfe249823af297bcd;p=elisp%2Fwanderlust.git diff --git a/wl/wl-dnd.el b/wl/wl-dnd.el index 6874503..59402d9 100644 --- a/wl/wl-dnd.el +++ b/wl/wl-dnd.el @@ -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 @@ -24,13 +24,10 @@ ;; ;;; 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