diff options
-rw-r--r-- | lisp/dnd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dnd.el b/lisp/dnd.el index 2f7b16c56ed..b649e725f25 100644 --- a/lisp/dnd.el +++ b/lisp/dnd.el @@ -102,7 +102,7 @@ is what has been dropped. Returns ACTION." (throw 'done t))) nil) (catch 'done - (require 'browse-url) ;; browse-url-handlers is not autoloaded. + (defvar browse-url-handlers) ;; Not autoloaded. (dolist (bf (append ;; The alist choice of browse-url-browser-function ;; is deprecated since 28.1, so the (unless ...) |