comparison 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
comparison
equal deleted inserted replaced
20952:adcb58a1c0f3 20953:f3f9df46d008
1276 :group 'ps-print-face) 1276 :group 'ps-print-face)
1277 1277
1278 (defcustom ps-underlined-faces 1278 (defcustom ps-underlined-faces
1279 (unless ps-print-color-p 1279 (unless ps-print-color-p
1280 '(font-lock-function-name-face 1280 '(font-lock-function-name-face
1281 font-lock-reference-face 1281 font-lock-constant-face
1282 font-lock-warning-face)) 1282 font-lock-warning-face))
1283 "*A list of the \(non-underlined\) faces that should be printed underlined. 1283 "*A list of the \(non-underlined\) faces that should be printed underlined.
1284 This applies to generating PostScript." 1284 This applies to generating PostScript."
1285 :type '(repeat face) 1285 :type '(repeat face)
1286 :group 'ps-print-face) 1286 :group 'ps-print-face)