emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/mm-url.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mm-url.el
Date: Wed, 09 Feb 2005 10:51:45 -0500

Index: emacs/lisp/gnus/mm-url.el
diff -c emacs/lisp/gnus/mm-url.el:1.3 emacs/lisp/gnus/mm-url.el:1.4
*** emacs/lisp/gnus/mm-url.el:1.3       Mon Nov  1 23:06:34 2004
--- emacs/lisp/gnus/mm-url.el   Wed Feb  9 15:50:37 2005
***************
*** 49,55 ****
                                    (require 'url)
                                  (error nil)))
    "*If non-nil, use external grab program `mm-url-program'."
!   :version "21.4"
    :type 'boolean
    :group 'mm-url)
  
--- 49,55 ----
                                    (require 'url)
                                  (error nil)))
    "*If non-nil, use external grab program `mm-url-program'."
!   :version "22.1"
    :type 'boolean
    :group 'mm-url)
  
***************
*** 68,74 ****
     (t "GET"))
    "The url grab program.
  Likely values are `wget', `w3m', `lynx' and `curl'."
!   :version "21.4"
    :type '(choice
          (symbol :tag "wget" wget)
          (symbol :tag "w3m" w3m)
--- 68,74 ----
     (t "GET"))
    "The url grab program.
  Likely values are `wget', `w3m', `lynx' and `curl'."
!   :version "22.1"
    :type '(choice
          (symbol :tag "wget" wget)
          (symbol :tag "w3m" w3m)
***************
*** 79,85 ****
  
  (defcustom mm-url-arguments nil
    "The arguments for `mm-url-program'."
!   :version "21.4"
    :type '(repeat string)
    :group 'mm-url)
  
--- 79,85 ----
  
  (defcustom mm-url-arguments nil
    "The arguments for `mm-url-program'."
!   :version "22.1"
    :type '(repeat string)
    :group 'mm-url)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]