comparison lisp/textmodes/tex-mode.el @ 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 f4a69fedbd46
children 910ca036b4b6
comparison
equal deleted inserted replaced
96292:fcffe32b9669 96293:7ba9787e637e
723 (put 'tex-math-face 'face-alias 'tex-math) 723 (put 'tex-math-face 'face-alias 'tex-math)
724 (defvar tex-math-face 'tex-math) 724 (defvar tex-math-face 'tex-math)
725 725
726 (defface tex-verbatim 726 (defface tex-verbatim
727 ;; '((t :inherit font-lock-string-face)) 727 ;; '((t :inherit font-lock-string-face))
728 '((t :family "courier")) 728 '((t :family "monospace"))
729 "Face used to highlight TeX verbatim environments." 729 "Face used to highlight TeX verbatim environments."
730 :group 'tex) 730 :group 'tex)
731 ;; backward-compatibility alias 731 ;; backward-compatibility alias
732 (put 'tex-verbatim-face 'face-alias 'tex-verbatim) 732 (put 'tex-verbatim-face 'face-alias 'tex-verbatim)
733 (defvar tex-verbatim-face 'tex-verbatim) 733 (defvar tex-verbatim-face 'tex-verbatim)