X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=wl%2Fwl-dnd.el;h=59402d9fb296b7adf0d65514bf57baa85c8a4a79;hb=8411f54bea43e3cc31632ec94c9777724516d1de;hp=e242754c44c031aeb4a2f89a904fc615382de037;hpb=a10e1abfc9834048bc0569ca2f61df3dd048669f;p=elisp%2Fwanderlust.git diff --git a/wl/wl-dnd.el b/wl/wl-dnd.el index e242754..59402d9 100644 --- a/wl/wl-dnd.el +++ b/wl/wl-dnd.el @@ -1,6 +1,6 @@ -;;; wl-dnd.el -- dragdrop support on Wanderlust. +;;; wl-dnd.el --- dragdrop support on Wanderlust. -;; Copyright 1998,1999,2000 Yuuichi Teranishi +;; Copyright (C) 1998,1999,2000 Yuuichi Teranishi ;; Author: Yuuichi Teranishi ;; Keywords: mail, net news @@ -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