aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2006-12-04 14:07:03 +0000
committerMiles Bader2006-12-04 14:07:03 +0000
commit3aa84d301f48bfc960d601197639acb805ebd50e (patch)
treedb4e3e8299e800e1e6d768158ea5df777ad20f14
parent2c9cf57ef5e0bcee3be394ad0beb664043addb42 (diff)
downloademacs-3aa84d301f48bfc960d601197639acb805ebd50e.tar.gz
emacs-3aa84d301f48bfc960d601197639acb805ebd50e.zip
Merge from gnus--rel--5.10
Patches applied: * gnus--rel--5.10 (patch 171) - Update from CVS 2006-12-04 Jouni K. Sepp,Ad(Bnen <jks@iki.fi> (tiny change) * lisp/gnus/mm-url.el (mm-url-predefined-programs): Call curl with correct options. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-540
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/mm-url.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 787a5d58c6f..60d224fb0fa 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
12006-12-04 Jouni K. Sepp,Ad(Bnen <jks@iki.fi> (tiny change)
2
3 * mm-url.el (mm-url-predefined-programs): Call curl with correct
4 options.
5
12006-11-30 Katsumi Yamaoka <yamaoka@jpl.org> 62006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2 7
3 * mml2015.el (mml2015-pgg-clear-verify): Replace encode-coding-string 8 * mml2015.el (mml2015-pgg-clear-verify): Replace encode-coding-string
diff --git a/lisp/gnus/mm-url.el b/lisp/gnus/mm-url.el
index 5e228f0af72..70584bdf50d 100644
--- a/lisp/gnus/mm-url.el
+++ b/lisp/gnus/mm-url.el
@@ -64,7 +64,7 @@
64 '((wget "wget" "--user-agent=mm-url" "-q" "-O" "-") 64 '((wget "wget" "--user-agent=mm-url" "-q" "-O" "-")
65 (w3m "w3m" "-dump_source") 65 (w3m "w3m" "-dump_source")
66 (lynx "lynx" "-source") 66 (lynx "lynx" "-source")
67 (curl "curl" "--silent" "--user-agent mm-url" "--location"))) 67 (curl "curl" "--silent" "--user-agent" "mm-url" "--location")))
68 68
69(defcustom mm-url-program 69(defcustom mm-url-program
70 (cond 70 (cond