Mercurial > emacs
changeset 22596:b926b360d222
(ps-print-control-characters): Use `other' widget
type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 09:22:18 +0000 |
parents | 39510277d6a0 |
children | aaf6b0301b95 |
files | lisp/ps-print.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)