diff options
| -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." | |||
| 297 | (insert data)) | 297 | (insert data)) |
| 298 | (list (length data) charset))) | 298 | (list (length data) charset))) |
| 299 | 299 | ||
| 300 | (defconst url-http-codes) | 300 | (defvar url-http-codes) |
| 301 | 301 | ||
| 302 | ;;;###autoload | 302 | ;;;###autoload |
| 303 | (defun url-insert-file-contents (url &optional visit beg end replace) | 303 | (defun url-insert-file-contents (url &optional visit beg end replace) |