From 25c49fdcb4ac231b99ffd70c87258bc1218971bb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 13 Sep 1997 06:32:16 +0000 Subject: [PATCH] (ph-server): Fix customize type. --- lisp/ph.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ph.el b/lisp/ph.el index 6343641e14..40abafaa80 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 -- 2.20.1