mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/url/url-http.el (url-http-codes): Fix mal-formed defconst.
This commit is contained in:
parent
ec9d4b084a
commit
9979ea1c6c
2 changed files with 6 additions and 2 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue