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 r108050: Backport: Fix mal-formed


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108050: Backport: Fix mal-formed defconst in url-http-codes
Date: Sat, 23 Jun 2012 21:53:52 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108050
committer: Leo Liu <address@hidden>
branch nick: emacs-24
timestamp: Sat 2012-06-23 21:53:52 +0800
message:
  Backport: Fix mal-formed defconst in url-http-codes
modified:
  lisp/url/ChangeLog
  lisp/url/url-http.el
=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2012-06-01 09:51:00 +0000
+++ b/lisp/url/ChangeLog        2012-06-23 13:53:52 +0000
@@ -1,3 +1,7 @@
+2012-06-23  Leo Liu  <address@hidden>
+
+       * url-http.el (url-http-codes): Fix mal-formed defconst.
+
 2012-06-01  Chong Yidong  <address@hidden>
 
        * Version 24.1 released.

=== modified file 'lisp/url/url-http.el'
--- a/lisp/url/url-http.el      2012-03-11 15:12:26 +0000
+++ b/lisp/url/url-http.el      2012-06-23 13:53:52 +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]