emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101755: url-vars.el (url-mime-charse


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101755: url-vars.el (url-mime-charset-string): Changed the default to nil to
Date: Sun, 03 Oct 2010 14:43:12 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101755
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-03 14:43:12 +0200
message:
  url-vars.el (url-mime-charset-string): Changed the default to nil to
  avoid sending 1171 bytes of not very useful data to the HTTP server
  every request.
modified:
  lisp/url/ChangeLog
  lisp/url/url-vars.el
=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2010-10-02 12:34:02 +0000
+++ b/lisp/url/ChangeLog        2010-10-03 12:43:12 +0000
@@ -1,3 +1,9 @@
+2010-10-03  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * url-vars.el (url-mime-charset-string): Changed the default to
+       nil to avoid sending 1171 bytes of not very useful data to the
+       HTTP server every request.
+
 2010-10-02  Lars Magne Ingebrigtsen  <address@hidden>
 
        * url-util.el (url-display-percentage): Don't message when the URL

=== modified file 'lisp/url/url-vars.el'
--- a/lisp/url/url-vars.el      2010-09-18 20:49:25 +0000
+++ b/lisp/url/url-vars.el      2010-10-03 12:43:12 +0000
@@ -234,7 +234,7 @@
                (mapconcat 'symbol-name ordered ";q=0.5, ")
                ";q=0.5"))))
 
-(defvar url-mime-charset-string (url-mime-charset-string)
+(defvar url-mime-charset-string nil
   "*String to send in the Accept-charset: field in HTTP requests.
 The MIME charset corresponding to the most preferred coding system is
 given priority 1 and the rest are given priority 0.5.")


reply via email to

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