# HG changeset patch # User Karl Heuer # Date 875760986 0 # Node ID 14f83589db187f9c654ff48a3f1cc67338bb1447 # Parent d5c245242a882d85add2351ea7f3c2515d5ce63a (browse-url-netscape-display): Fix customize type. (browse-url-generic-program): Likewise. diff -r d5c245242a88 -r 14f83589db18 lisp/browse-url.el --- a/lisp/browse-url.el Thu Oct 02 02:55:24 1997 +0000 +++ b/lisp/browse-url.el Thu Oct 02 02:56:26 1997 +0000 @@ -270,7 +270,7 @@ (defcustom browse-url-netscape-display nil "*The X display for running Netscape, if not same as Emacs's." - :type 'string + :type '(choice string (const nil)) :group 'browse-url) (defcustom browse-url-mosaic-arguments nil @@ -373,7 +373,7 @@ (defcustom browse-url-generic-program nil "*The name of the browser program used by `browse-url-generic'." - :type 'string + :type '(choice string (const nil)) :group 'browse-url) (defcustom browse-url-generic-args nil