From ab2739aa47b2ffb574dc1ca7396d7424a0a6a250 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 24 Jun 1998 09:22:18 +0000 Subject: [PATCH] (ps-print-control-characters): Use `other' widget type. --- lisp/ps-print.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 3a14bcc57f4..b792eaf87cc 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1018,7 +1018,7 @@ Valid values are: Any other value is treated as nil." :type '(choice (const 8-bit) (const control-8-bit) - (const control) (const nil)) + (const control) (other :tag "nil" nil)) :group 'ps-print) (defcustom ps-number-of-columns (if ps-landscape-mode 2 1) -- 2.39.2