emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108360: * lisp/url/url-http.el (u


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108360: * lisp/url/url-http.el (url-http-codes): Fix mal-formed defconst.
Date: Fri, 02 Nov 2012 02:01:31 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108360
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Fri 2012-05-25 18:19:01 +0800
message:
  * lisp/url/url-http.el (url-http-codes): Fix mal-formed defconst.
modified:
  lisp/url/ChangeLog
  lisp/url/url-http.el
=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2012-05-15 08:53:49 +0000
+++ b/lisp/url/ChangeLog        2012-05-25 10:19:01 +0000
@@ -1,3 +1,7 @@
+2012-05-25  Leo Liu  <address@hidden>
+
+       * url-http.el (url-http-codes): Fix mal-formed defconst.
+
 2012-05-15  Ian Eure  <address@hidden>
 
        * url-util.el (url-build-query-string): New function (Bug#8706).

=== modified file 'lisp/url/url-http.el'
--- a/lisp/url/url-http.el      2012-05-09 08:33:48 +0000
+++ b/lisp/url/url-http.el      2012-05-25 10:19:01 +0000
@@ -110,8 +110,8 @@
     (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]