# HG changeset patch # User Juri Linkov # Date 1132211994 0 # Node ID b42f333ee0f49820f837025522a634bd5aa6b4f1 # Parent 38c5bc4332b9851cdaed824843211582ed9a981c Rename font-lock-highlighting-faces to font-lock-faces. diff -r 38c5bc4332b9 -r b42f333ee0f4 etc/NEWS --- a/etc/NEWS Thu Nov 17 07:18:07 2005 +0000 +++ b/etc/NEWS Thu Nov 17 07:19:54 2005 +0000 @@ -13334,10 +13334,10 @@ *** Custom support The variables font-lock-face-attributes, font-lock-display-type and -font-lock-background-mode are now obsolete; the recommended way to specify the -faces to use for Font Lock mode is with M-x customize-group on the new custom -group font-lock-highlighting-faces. If you set font-lock-face-attributes in -your ~/.emacs file, Font Lock mode will respect its value. However, you should +font-lock-background-mode are now obsolete; the recommended way to specify +the faces to use for Font Lock mode is with M-x customize-group on the new +custom group font-lock-faces. If you set font-lock-face-attributes in your +~/.emacs file, Font Lock mode will respect its value. However, you should consider converting from setting that variable to using M-x customize. You can still use X resources to specify Font Lock face appearances.