]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change
authorLeo Liu <sdl.web@gmail.com>
Thu, 26 Jun 2014 04:27:18 +0000 (12:27 +0800)
committerLeo Liu <sdl.web@gmail.com>
Thu, 26 Jun 2014 04:27:18 +0000 (12:27 +0800)
lisp/url/url-handlers.el

index 5a274c12e31c4c0e59fd23aceba1882e0731e961..0572e6eec8b8bc527c74ba7f875670aafd026db8 100644 (file)
@@ -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)