diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/url/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/url/url-handlers.el | 2 |
2 files changed, 6 insertions, 0 deletions
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 <lekktu@gmail.com> + + * url-handlers.el (url-handler-regexp): Declare. + 2012-06-12 Chong Yidong <cyd@gnu.org> * 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). |