Mercurial > emacs
comparison lisp/ChangeLog @ 63228:1cde198ddda6
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-392
Remove "-face" suffix from tex-mode faces
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
suffix from face names.
(tex-math-face, tex-verbatim-face):
New backward-compatibility aliases for renamed faces.
(tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
(tex-insert-quote): Use `tex-verbatim-face' variable instead of
literal face name.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 10 Jun 2005 10:45:56 +0000 |
parents | 6f4701bb40a7 |
children | 72fae6758182 |
comparison
equal
deleted
inserted
replaced
63227:6f4701bb40a7 | 63228:1cde198ddda6 |
---|---|
1 2005-06-10 Miles Bader <miles@gnu.org> | 1 2005-06-10 Miles Bader <miles@gnu.org> |
2 | |
3 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face" | |
4 suffix from face names. | |
5 (tex-math-face, tex-verbatim-face): | |
6 New backward-compatibility aliases for renamed faces. | |
7 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces. | |
8 (tex-insert-quote): Use `tex-verbatim-face' variable instead of | |
9 literal face name. | |
2 | 10 |
3 * textmodes/table.el (table-cell): Remove "-face" suffix from face | 11 * textmodes/table.el (table-cell): Remove "-face" suffix from face |
4 name. | 12 name. |
5 (table-cell-face): New backward-compatibility alias for renamed face. | 13 (table-cell-face): New backward-compatibility alias for renamed face. |
6 (table--put-cell-face-property, table--update-cell-face): | 14 (table--put-cell-face-property, table--update-cell-face): |