mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(url-cid-gnus): Fix typo in header name.
This commit is contained in:
parent
67a7fe6539
commit
78892d1be9
@ -1,3 +1,7 @@
|
||||
2009-01-09 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* url-cid.el (url-cid-gnus): Fix typo in header name.
|
||||
|
||||
2008-11-04 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* url-util.el (url-basepath): Add url-basepath as an alias for
|
||||
|
@ -44,7 +44,7 @@
|
||||
(if (= 0 (length encoding)) (setq encoding "8bit"))
|
||||
(if (listp content-type)
|
||||
(setq content-type (car content-type)))
|
||||
(insert (format "Content-type: %d\r\n" (length data))
|
||||
(insert (format "Content-length: %d\r\n" (length data))
|
||||
"Content-type: " content-type "\r\n"
|
||||
"Content-transfer-encoding: " encoding "\r\n"
|
||||
"\r\n"
|
||||
|
Loading…
Reference in New Issue
Block a user