]> git.eshelyaron.com Git - emacs.git/commitdiff
Backport: Fix mal-formed defconst in url-http-codes
authorLeo Liu <sdl.web@gmail.com>
Sat, 23 Jun 2012 13:53:52 +0000 (21:53 +0800)
committerLeo Liu <sdl.web@gmail.com>
Sat, 23 Jun 2012 13:53:52 +0000 (21:53 +0800)
lisp/url/ChangeLog
lisp/url/url-http.el

index 4831223573de2993209aa1b479850455c07efa01..685f32505b1397b42c97161e08928c0936076fe8 100644 (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.
index a4726489814d3fbd13fb5cdd00ff89b349140c1b..2bae194af1daaad4098291f06c3287f0d2f2cde4 100644 (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