diff options
author | Daniel Pfeiffer <occitan@esperanto.org> | 2005-05-05 19:10:58 +0000 |
---|---|---|
committer | Daniel Pfeiffer <occitan@esperanto.org> | 2005-05-05 19:10:58 +0000 |
commit | b854556ff5e9a70efff7a46915a9804c257700c3 (patch) | |
tree | 05c8efa1e24d115224a1727da9bcc2347cec51c0 /etc | |
parent | 10f518f703a7e78918ebe96cefcf40ecd54f234a (diff) | |
download | emacs-b854556ff5e9a70efff7a46915a9804c257700c3.tar.gz |
Advertise new `font-lock-negation-char-face'.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -500,6 +500,11 @@ elements are deleted. ** Redisplay Changes +*** Easy to overlook single character negation is now font-locked. +You can use the new variable `font-lock-negation-char-face' and the face of +the same name to customize this. Currently the cc-modes, sh-script-mode, +cperl-mode and make-mode support this. + +++ *** Control characters and escape glyphs are now shown in the new escape-glyph face. |