]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from gnus--rel--5.10
authorMiles Bader <miles@gnu.org>
Mon, 4 Dec 2006 14:07:03 +0000 (14:07 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 4 Dec 2006 14:07:03 +0000 (14:07 +0000)
Patches applied:

 * gnus--rel--5.10  (patch 171)

   - Update from CVS

2006-12-04  Jouni K. Sepp\e,Ad\e(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

lisp/gnus/ChangeLog
lisp/gnus/mm-url.el

index 787a5d58c6f0f958147044bfa201c8b876c42c34..60d224fb0fa732570c4f38017e4c9f0f825b081d 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>  (tiny change)
+
+       * mm-url.el (mm-url-predefined-programs): Call curl with correct
+       options.
+
 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * mml2015.el (mml2015-pgg-clear-verify): Replace encode-coding-string
index 5e228f0af72daa97a632e18fd8fbc2ef62e8a311..70584bdf50d3d133c5d841db394456bc8f92a015 100644 (file)
@@ -64,7 +64,7 @@
   '((wget "wget" "--user-agent=mm-url" "-q" "-O" "-")
     (w3m  "w3m" "-dump_source")
     (lynx "lynx" "-source")
-    (curl "curl" "--silent" "--user-agent mm-url" "--location")))
+    (curl "curl" "--silent" "--user-agent" "mm-url" "--location")))
 
 (defcustom mm-url-program
   (cond