From: Richard M. Stallman Date: Sat, 13 Sep 1997 06:32:16 +0000 (+0000) Subject: (ph-server): Fix customize type. X-Git-Tag: emacs-20.1~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=25c49fdcb4ac231b99ffd70c87258bc1218971bb;p=emacs.git (ph-server): Fix customize type. --- 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