mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
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
This commit is contained in:
parent
2c9cf57ef5
commit
3aa84d301f
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-12-04 Jouni K. Sepp,Ad(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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue