From: Andreas Schwab Date: Wed, 24 Jun 1998 09:22:18 +0000 (+0000) Subject: (ps-print-control-characters): Use `other' widget X-Git-Tag: emacs-20.3~483 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab2739aa47b2ffb574dc1ca7396d7424a0a6a250;p=emacs.git (ps-print-control-characters): Use `other' widget type. --- 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)