]> git.eshelyaron.com Git - emacs.git/commitdiff
(ph-server): Fix customize type.
authorRichard M. Stallman <rms@gnu.org>
Sat, 13 Sep 1997 06:32:16 +0000 (06:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 13 Sep 1997 06:32:16 +0000 (06:32 +0000)
lisp/ph.el

index 6343641e1425d4fc335b1ca7b44e4df12fab0a8c..40abafaa80271727e529e11b18c2d703ab5970c3 100644 (file)
@@ -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