changeset 19913:4c82de07281c

(ph-server): Fix customize type.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Sep 1997 06:32:16 +0000
parents 4355457d9749
children 8a303d8628b6
files lisp/ph.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ph.el	Sat Sep 13 06:30:44 1997 +0000
+++ b/lisp/ph.el	Sat Sep 13 06:32:16 1997 +0000
@@ -81,7 +81,8 @@
   "*The name or IP address of the CCSO (PH/QI) server.
 A port number may be specified by appending a colon and a
 number to the name of the server."
-  :type  '(string :tag "Server")
+  :type  '(choice (string :tag "Server")
+		  (const nil))
   :group 'ph)
 
 (defcustom ph-strict-return-matches t