comparison lisp/ChangeLog @ 63463:ad343539d42b

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-421 Tweak which-func face 2005-06-15 Miles Bader <miles@gnu.org> * lisp/progmodes/which-func.el (which-func): Only inherit `font-lock-function-name-face' when that makes sense against the default mode-line face, otherwise set the face color explicitly.
author Miles Bader <miles@gnu.org>
date Wed, 15 Jun 2005 04:35:23 +0000
parents 645f22f05a9a
children 2d56f65bd643 e58cb448e07c
comparison
equal deleted inserted replaced
63462:5e8a1785b95e 63463:ad343539d42b
1 2005-06-15 Miles Bader <miles@gnu.org> 1 2005-06-15 Miles Bader <miles@gnu.org>
2
3 * progmodes/which-func.el (which-func): Only inherit
4 `font-lock-function-name-face' when that makes sense against the
5 default mode-line face, otherwise set the face color explicitly.
2 6
3 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl 7 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
4 faces instead of (non-existent) variables. 8 faces instead of (non-existent) variables.
5 9
6 2005-06-14 Miles Bader <miles@gnu.org> 10 2005-06-14 Miles Bader <miles@gnu.org>