emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/dnd.el,v


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/lisp/dnd.el,v
Date: Thu, 07 Sep 2006 10:12:52 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        06/09/07 10:12:51

Index: dnd.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/dnd.el,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- dnd.el      7 Sep 2006 07:44:33 -0000       1.10
+++ dnd.el      7 Sep 2006 10:12:51 -0000       1.11
@@ -34,8 +34,6 @@
 
 ;;; Customizable variables
 
-(eval-when-compile
-  (require 'url-handlers))
 
 ;;;###autoload
 (defcustom dnd-protocol-alist
@@ -198,6 +196,7 @@
 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]