-2006-09-07 Jan Dj\e,Ad\e(Brv <Janjan.h.d@swipnet.se>
+2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
+
+ * dnd.el: Fix bootstrapping.
+
+2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
* dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
(dnd-open-remote-url): New function.
;;; Customizable variables
-(eval-when-compile
- (require 'url-handlers))
;;;###autoload
(defcustom dnd-protocol-alist
current window, or a new window if `dnd-open-file-other-window' is set.
URI is the url for the file. ACTION is ignored."
(progn
+ (require 'url-handlers)
(or url-handler-mode (url-handler-mode))
(if dnd-open-file-other-window
(find-file-other-window uri)