diff options
author | Simon Marshall <simon@gnu.org> | 1998-02-20 14:58:27 +0000 |
---|---|---|
committer | Simon Marshall <simon@gnu.org> | 1998-02-20 14:58:27 +0000 |
commit | 883212ce6905a2bde30bf2dd5eb647a09fd597c4 (patch) | |
tree | 163701513d947fad31df18ea7a25bc8cac2392b1 /lisp/ps-print.el | |
parent | b6908641f2bd7e8df922058478086a0f0372b065 (diff) | |
download | emacs-883212ce6905a2bde30bf2dd5eb647a09fd597c4.tar.gz |
Changed font-lock-reference-face to font-lock-constant-face.
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 4af13e94238..1228a464db9 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1278,7 +1278,7 @@ This applies to generating PostScript." (defcustom ps-underlined-faces (unless ps-print-color-p '(font-lock-function-name-face - font-lock-reference-face + font-lock-constant-face font-lock-warning-face)) "*A list of the \(non-underlined\) faces that should be printed underlined. This applies to generating PostScript." |