From cb6ce5eee811b547506cf37bb9da78ff908a82ff Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Thu, 26 Jun 2014 12:27:18 +0800 Subject: [PATCH] Fix last change --- lisp/url/url-handlers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5