diff options
| author | Andreas Schwab <schwab@suse.de> | 1998-06-24 09:22:18 +0000 |
|---|---|---|
| committer | Andreas Schwab <schwab@suse.de> | 1998-06-24 09:22:18 +0000 |
| commit | ab2739aa47b2ffb574dc1ca7396d7424a0a6a250 (patch) | |
| tree | 28a6f852aecfb3daee2e3766c1079dec758e710c /lisp | |
| parent | 0c3ba9b27cfe3dd45203843c3083f9e27c507c85 (diff) | |
| download | emacs-ab2739aa47b2ffb574dc1ca7396d7424a0a6a250.tar.gz | |
(ps-print-control-characters): Use `other' widget
type.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ps-print.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
