1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

* lisp/url/url-http.el (url-http-codes): Fix mal-formed defconst.

This commit is contained in:
Leo Liu 2012-05-25 18:19:01 +08:00
parent ec9d4b084a
commit 9979ea1c6c
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-05-25 Leo Liu <sdl.web@gmail.com>
* url-http.el (url-http-codes): Fix mal-formed defconst.
2012-05-15 Ian Eure <ian@simplegeo.com>
* url-util.el (url-build-query-string): New function (Bug#8706).

View File

@ -110,8 +110,8 @@ request.")
(503 service-unavailable "Service unavailable")
(504 gateway-timeout "Gateway time-out")
(505 http-version-not-supported "HTTP version not supported")
(507 insufficient-storage "Insufficient storage")
"The HTTP return codes and their text."))
(507 insufficient-storage "Insufficient storage"))
"The HTTP return codes and their text.")
;(eval-when-compile
;; These are all macros so that they are hidden from external sight