diff options
author | Leo Liu <sdl.web@gmail.com> | 2014-06-26 12:27:18 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2014-06-26 12:27:18 +0800 |
commit | cb6ce5eee811b547506cf37bb9da78ff908a82ff (patch) | |
tree | ded326afcc6506168dd24c9ce756ff37fd4fcc79 /lisp/url | |
parent | 1d8bea62832ea227d154995d2d52bd2093d4d722 (diff) | |
download | emacs-cb6ce5eee811b547506cf37bb9da78ff908a82ff.tar.gz |
Fix last change
Diffstat (limited to 'lisp/url')
-rw-r--r-- | lisp/url/url-handlers.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el index 5a274c12e31..0572e6eec8b 100644 --- a/lisp/url/url-handlers.el +++ b/lisp/url/url-handlers.el @@ -297,7 +297,7 @@ They count bytes from the beginning of the body." (insert data)) (list (length data) charset))) -(defconst url-http-codes) +(defvar url-http-codes) ;;;###autoload (defun url-insert-file-contents (url &optional visit beg end replace) |