/[emacs]/emacs/lisp/gnus/mm-url.el
ViewVC logotype

Diff of /emacs/lisp/gnus/mm-url.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.1 by miles, Thu Sep 9 09:36:25 2004 UTC revision 1.2.2.2 by miles, Thu Nov 4 08:55:30 2004 UTC
# Line 49  Line 49 
49                                      (require 'url)                                      (require 'url)
50                                    (error nil)))                                    (error nil)))
51    "*If non-nil, use external grab program `mm-url-program'."    "*If non-nil, use external grab program `mm-url-program'."
52      :version "21.4"
53    :type 'boolean    :type 'boolean
54    :group 'mm-url)    :group 'mm-url)
55    
# Line 67  Line 68 
68     (t "GET"))     (t "GET"))
69    "The url grab program.    "The url grab program.
70  Likely values are `wget', `w3m', `lynx' and `curl'."  Likely values are `wget', `w3m', `lynx' and `curl'."
71      :version "21.4"
72    :type '(choice    :type '(choice
73            (symbol :tag "wget" wget)            (symbol :tag "wget" wget)
74            (symbol :tag "w3m" w3m)            (symbol :tag "w3m" w3m)
# Line 77  Likely values are `wget', `w3m', `lynx' Line 79  Likely values are `wget', `w3m', `lynx'
79    
80  (defcustom mm-url-arguments nil  (defcustom mm-url-arguments nil
81    "The arguments for `mm-url-program'."    "The arguments for `mm-url-program'."
82      :version "21.4"
83    :type '(repeat string)    :type '(repeat string)
84    :group 'mm-url)    :group 'mm-url)
85    

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26