summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-13 06:32:16 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-13 06:32:16 +0000
commit25c49fdcb4ac231b99ffd70c87258bc1218971bb (patch)
tree873a6f251deb4c7d8b2ed9080dd57d02e53d3635
parent22115a9ebb3baa43e71da1cc6239e4beb78e8f03 (diff)
downloademacs-25c49fdcb4ac231b99ffd70c87258bc1218971bb.tar.gz
(ph-server): Fix customize type.
-rw-r--r--lisp/ph.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ph.el b/lisp/ph.el
index 6343641e142..40abafaa802 100644
--- a/lisp/ph.el
+++ b/lisp/ph.el
@@ -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