lisp/url/url-handlers.el (url-handler-regexp): Declare.

This commit is contained in:
Juanma Barranquero 2012-06-13 18:25:03 +02:00
parent a81068ba96
commit 22c4001c8e
2 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -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).