comparison lisp/url/url-vars.el @ 110727:c6fdea2b097e

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.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Sun, 03 Oct 2010 14:43:12 +0200
parents 1640f0854ab8
children 417b1e4d63cd
comparison
equal deleted inserted replaced
110726:3d5760c08447 110727:c6fdea2b097e
232 (nreverse accum))))) 232 (nreverse accum)))))
233 (concat (format "%s;q=1, " (pop ordered)) 233 (concat (format "%s;q=1, " (pop ordered))
234 (mapconcat 'symbol-name ordered ";q=0.5, ") 234 (mapconcat 'symbol-name ordered ";q=0.5, ")
235 ";q=0.5")))) 235 ";q=0.5"))))
236 236
237 (defvar url-mime-charset-string (url-mime-charset-string) 237 (defvar url-mime-charset-string nil
238 "*String to send in the Accept-charset: field in HTTP requests. 238 "*String to send in the Accept-charset: field in HTTP requests.
239 The MIME charset corresponding to the most preferred coding system is 239 The MIME charset corresponding to the most preferred coding system is
240 given priority 1 and the rest are given priority 0.5.") 240 given priority 1 and the rest are given priority 0.5.")
241 241
242 (defun url-set-mime-charset-string () 242 (defun url-set-mime-charset-string ()