diff options
| author | Juanma Barranquero | 2012-06-13 18:25:03 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-06-13 18:25:03 +0200 |
| commit | 22c4001c8e283202537679f31f35cd3b66ecbdb0 (patch) | |
| tree | 286b9ca2e9bee6e1e4072346655ade3fc1afc803 | |
| parent | a81068ba9604f9c420491ff1e3b75b014e18c25d (diff) | |
| download | emacs-22c4001c8e283202537679f31f35cd3b66ecbdb0.tar.gz emacs-22c4001c8e283202537679f31f35cd3b66ecbdb0.zip | |
lisp/url/url-handlers.el (url-handler-regexp): Declare.
| -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 @@ | |||
| 1 | 2012-06-13 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * url-handlers.el (url-handler-regexp): Declare. | ||
| 4 | |||
| 1 | 2012-06-12 Chong Yidong <cyd@gnu.org> | 5 | 2012-06-12 Chong Yidong <cyd@gnu.org> |
| 2 | 6 | ||
| 3 | * url-handlers.el: Re-order file to avoid recursive load. | 7 | * 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 @@ | |||
| 90 | ;; verify-visited-file-modtime | 90 | ;; verify-visited-file-modtime |
| 91 | ;; write-region | 91 | ;; write-region |
| 92 | 92 | ||
| 93 | (defvar url-handler-regexp) ; defined below to avoid recursive load (revno:108572) | ||
| 94 | |||
| 93 | ;;;###autoload | 95 | ;;;###autoload |
| 94 | (define-minor-mode url-handler-mode | 96 | (define-minor-mode url-handler-mode |
| 95 | "Toggle using `url' library for URL filenames (URL Handler mode). | 97 | "Toggle using `url' library for URL filenames (URL Handler mode). |