diff options
| author | Richard M. Stallman | 2007-07-15 15:26:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-07-15 15:26:33 +0000 |
| commit | 98738cd927eb3769566816595d5c644be9ca69bd (patch) | |
| tree | 19b822804aaad8830431a0b20e917305ecfa2b95 | |
| parent | f09bbd9388cd0e5577f489edcf8701627bf339cb (diff) | |
| download | emacs-98738cd927eb3769566816595d5c644be9ca69bd.tar.gz emacs-98738cd927eb3769566816595d5c644be9ca69bd.zip | |
(ps-default-bg): Change to White.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ps-print.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 938cbdb9a00..2a89382a5cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-07-15 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * ps-print.el (ps-default-bg): Change to White. | ||
| 4 | |||
| 1 | 2007-07-15 Aaron Hawley <aaronh@garden.org> | 5 | 2007-07-15 Aaron Hawley <aaronh@garden.org> |
| 2 | 6 | ||
| 3 | * tar-mode.el (tar-get-descriptor): No error for zero-length file. | 7 | * tar-mode.el (tar-get-descriptor): No error for zero-length file. |
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index ea86d15e557..9db03217e5f 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -3030,7 +3030,7 @@ It's used only when `ps-print-color-p' is non-nil." | |||
| 3030 | :version "20" | 3030 | :version "20" |
| 3031 | :group 'ps-print-color) | 3031 | :group 'ps-print-color) |
| 3032 | 3032 | ||
| 3033 | (defcustom ps-default-bg 'frame-parameter | 3033 | (defcustom ps-default-bg "white" |
| 3034 | "*RGB values of the default background color. | 3034 | "*RGB values of the default background color. |
| 3035 | 3035 | ||
| 3036 | The `ps-default-bg' variable contains the default background color used by | 3036 | The `ps-default-bg' variable contains the default background color used by |