emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/ange-ftp.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/net/ange-ftp.el
Date: Sun, 28 Apr 2002 23:56:40 -0400

Index: emacs/lisp/net/ange-ftp.el
diff -c emacs/lisp/net/ange-ftp.el:1.28 emacs/lisp/net/ange-ftp.el:1.29
*** emacs/lisp/net/ange-ftp.el:1.28     Fri Feb  8 07:37:02 2002
--- emacs/lisp/net/ange-ftp.el  Sun Apr 28 23:56:40 2002
***************
*** 1009,1017 ****
  SETTING is \"on\" to turn passive mode on, \"off\" to turn it off,
  or nil meaning don't change it."
    :group 'ange-ftp
!   :type '(list (cons regex (choice (const :tag "On" "on")
!                                  (const :tag "Off" "off")
!                                  (const :tag "Don't change" nil))))
    :version 21.3)
  
  ;;;; ------------------------------------------------------------
--- 1009,1017 ----
  SETTING is \"on\" to turn passive mode on, \"off\" to turn it off,
  or nil meaning don't change it."
    :group 'ange-ftp
!   :type '(repeat (cons regexp (choice (const :tag "On" "on")
!                                     (const :tag "Off" "off")
!                                     (const :tag "Don't change" nil))))
    :version 21.3)
  
  ;;;; ------------------------------------------------------------
***************
*** 6111,6117 ****
    nil
    "*List of additional pubsets available to all users."
    :group 'ange-ftp
!   :type 'string)
  
  ;; These parsing functions are as general as possible because the syntax
  ;; of ftp listings from BS2000 hosts is a bit erratic. What saves us is that
--- 6111,6117 ----
    nil
    "*List of additional pubsets available to all users."
    :group 'ange-ftp
!   :type '(repeat string))
  
  ;; These parsing functions are as general as possible because the syntax
  ;; of ftp listings from BS2000 hosts is a bit erratic. What saves us is that



reply via email to

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