* Ville Skytt <Ville> writes:
Can't the definedness of font-lock-constant-face be tested
instead
of doing version checks?
Actually, simply doing (make-face 'font-lock-constant-face) without
any checks of any kind will do. `make-face' won't alter an already
existing face...
,----[ C-h f make-face RET ]
| `make-face' is a built-in function
| (make-face NAME &optional DOC-STRING TEMPORARY)
|
| Documentation:
| Define a new face with name NAME (a symbol), described by DOC-STRING.
| You can modify the font, color, etc. of a face with the set-face-* functions.
| If the face already exists, it is unmodified.
| If TEMPORARY is non-nil, this face will cease to exist if not in use.
`----
--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| In space, |
| No one can hear you rip a stinky |
|------------------------------------<steve(a)sxemacs.org>---|