1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

Backport: Fix mal-formed defconst in url-http-codes

This commit is contained in:
Leo Liu 2012-06-23 21:53:52 +08:00
parent e994155e95
commit 4bdc63b8b7
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-06-23 Leo Liu <sdl.web@gmail.com>
* url-http.el (url-http-codes): Fix mal-formed defconst.
2012-06-01 Chong Yidong <cyd@gnu.org>
* Version 24.1 released.

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