# HG changeset patch # User Andreas Schwab # Date 898680138 0 # Node ID b926b360d22202bfa7a48567e1add66bcae2572e # Parent 39510277d6a006024927a6eea3491b5dabd8c0dc (ps-print-control-characters): Use `other' widget type. diff -r 39510277d6a0 -r b926b360d222 lisp/ps-print.el --- a/lisp/ps-print.el Wed Jun 24 09:21:03 1998 +0000 +++ b/lisp/ps-print.el Wed Jun 24 09:22:18 1998 +0000 @@ -1018,7 +1018,7 @@ 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)