]> git.eshelyaron.com Git - emacs.git/commitdiff
(browse-url-netscape-display): Fix customize type.
authorKarl Heuer <kwzh@gnu.org>
Thu, 2 Oct 1997 02:56:26 +0000 (02:56 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 2 Oct 1997 02:56:26 +0000 (02:56 +0000)
(browse-url-generic-program): Likewise.

lisp/browse-url.el

index 03a8d4888b7cfd585747251bf139e71083bbd6b5..743c08329ee811ec3b4347046ed5480f32fd55cf 100644 (file)
@@ -270,7 +270,7 @@ Netscape version 1.1N or later or XMosaic version 2.5 or later."
 
 (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 @@ These might set the port, for instance."
 
 (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