]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/url/url-http.el (url-http-codes): Fix mal-formed defconst.
authorLeo Liu <sdl.web@gmail.com>
Fri, 25 May 2012 10:19:01 +0000 (18:19 +0800)
committerLeo Liu <sdl.web@gmail.com>
Fri, 25 May 2012 10:19:01 +0000 (18:19 +0800)
lisp/url/ChangeLog
lisp/url/url-http.el

index 53950bcbea7ee55dfa1264e1bf3fb5f3d15bce7e..40295f6e1d8ce0be3f57c33351acf246c1a2b0e0 100644 (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).
index ff026da2d21d299255f7e3a4137677b610206c8c..fbefdbba5609d65b0d14edad9d7b2113313900b3 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