lisp/url/url-handlers.el (url-handler-regexp): Declare.
This commit is contained in:
parent
a81068ba96
commit
22c4001c8e
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue