From 22c4001c8e283202537679f31f35cd3b66ecbdb0 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 13 Jun 2012 18:25:03 +0200 Subject: [PATCH] lisp/url/url-handlers.el (url-handler-regexp): Declare. --- lisp/url/ChangeLog | 4 ++++ lisp/url/url-handlers.el | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 2eaa8fe97c8..81b61820c55 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,7 @@ +2012-06-13 Juanma Barranquero + + * url-handlers.el (url-handler-regexp): Declare. + 2012-06-12 Chong Yidong * url-handlers.el: Re-order file to avoid recursive load. diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el index 2cae2fbe426..f731f614d13 100644 --- a/lisp/url/url-handlers.el +++ b/lisp/url/url-handlers.el @@ -90,6 +90,8 @@ ;; verify-visited-file-modtime ;; write-region +(defvar url-handler-regexp) ; defined below to avoid recursive load (revno:108572) + ;;;###autoload (define-minor-mode url-handler-mode "Toggle using `url' library for URL filenames (URL Handler mode). -- 2.39.5