Mercurial > emacs
changeset 46615:eb33dc994d58
(browse-url-lynx-input-attempts): Use defcustom.
(browse-url-lynx-input-delay): Add custom type and group.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 22 Jul 2002 15:21:41 +0000 |
parents | ba53f9632b14 |
children | 676039ef9a4e |
files | lisp/net/browse-url.el |
diffstat | 1 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/browse-url.el Mon Jul 22 12:03:31 2002 +0000 +++ b/lisp/net/browse-url.el Mon Jul 22 15:21:41 2002 +0000 @@ -518,11 +518,15 @@ :version "20.3" :group 'browse-url) -(defvar browse-url-lynx-input-attempts 10 - "*How many times to try to move down from a series of lynx input fields.") +(defcustom browse-url-lynx-input-attempts 10 + "*How many times to try to move down from a series of lynx input fields." + :type 'integer + :group 'browse-url) (defcustom browse-url-lynx-input-delay 0.2 - "*How many seconds to wait for lynx between moves down from an input field.") + "*How many seconds to wait for lynx between moves down from an input field." + :type 'number + :group 'browse-url) (defcustom browse-url-kde-program "kfmclient" "*The name by which to invoke the KDE web browser."