# HG changeset patch # User Chong Yidong # Date 1214433353 0 # Node ID 7ba9787e637e8c6ab8c6f8b9a916b35dcb2ecf83 # Parent fcffe32b9669a10c7f37df786edc4ae3b6482375 (tex-verbatim): Use monospace instead of courier. diff -r fcffe32b9669 -r 7ba9787e637e lisp/textmodes/tex-mode.el --- 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