diff options
| author | Andreas Schwab | 1998-06-24 09:22:18 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-06-24 09:22:18 +0000 |
| commit | ab2739aa47b2ffb574dc1ca7396d7424a0a6a250 (patch) | |
| tree | 28a6f852aecfb3daee2e3766c1079dec758e710c | |
| parent | 0c3ba9b27cfe3dd45203843c3083f9e27c507c85 (diff) | |
| download | emacs-ab2739aa47b2ffb574dc1ca7396d7424a0a6a250.tar.gz emacs-ab2739aa47b2ffb574dc1ca7396d7424a0a6a250.zip | |
(ps-print-control-characters): Use `other' widget
type.
| -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: | |||
| 1018 | 1018 | ||
| 1019 | Any other value is treated as nil." | 1019 | Any other value is treated as nil." |
| 1020 | :type '(choice (const 8-bit) (const control-8-bit) | 1020 | :type '(choice (const 8-bit) (const control-8-bit) |
| 1021 | (const control) (const nil)) | 1021 | (const control) (other :tag "nil" nil)) |
| 1022 | :group 'ps-print) | 1022 | :group 'ps-print) |
| 1023 | 1023 | ||
| 1024 | (defcustom ps-number-of-columns (if ps-landscape-mode 2 1) | 1024 | (defcustom ps-number-of-columns (if ps-landscape-mode 2 1) |