diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-07-15 15:26:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-07-15 15:26:33 +0000 |
commit | 98738cd927eb3769566816595d5c644be9ca69bd (patch) | |
tree | 19b822804aaad8830431a0b20e917305ecfa2b95 /lisp/ps-print.el | |
parent | f09bbd9388cd0e5577f489edcf8701627bf339cb (diff) | |
download | emacs-98738cd927eb3769566816595d5c644be9ca69bd.tar.gz |
(ps-default-bg): Change to White.
Diffstat (limited to 'lisp/ps-print.el')
-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 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." :version "20" :group 'ps-print-color) -(defcustom ps-default-bg 'frame-parameter +(defcustom ps-default-bg "white" "*RGB values of the default background color. The `ps-default-bg' variable contains the default background color used by |