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:
parent
e994155e95
commit
4bdc63b8b7
@ -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.
|
||||
|
@ -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…
Reference in New Issue
Block a user