Mercurial > emacs
changeset 96293:7ba9787e637e
(tex-verbatim): Use monospace instead of courier.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 25 Jun 2008 22:35:53 +0000 |
parents | fcffe32b9669 |
children | f12e581d977f |
files | lisp/textmodes/tex-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el Wed Jun 25 22:35:37 2008 +0000 +++ b/lisp/textmodes/tex-mode.el Wed Jun 25 22:35:53 2008 +0000 @@ -725,7 +725,7 @@ (defface tex-verbatim ;; '((t :inherit font-lock-string-face)) - '((t :family "courier")) + '((t :family "monospace")) "Face used to highlight TeX verbatim environments." :group 'tex) ;; backward-compatibility alias