diff lisp/ps-print.el @ 20953:f3f9df46d008

Changed font-lock-reference-face to font-lock-constant-face.
author Simon Marshall <simon@gnu.org>
date Fri, 20 Feb 1998 14:58:27 +0000
parents d33438261904
children 12ecaaaea144
line wrap: on
line diff
--- a/lisp/ps-print.el	Fri Feb 20 14:55:48 1998 +0000
+++ b/lisp/ps-print.el	Fri Feb 20 14:58:27 1998 +0000
@@ -1278,7 +1278,7 @@
 (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."