]> git.eshelyaron.com Git - emacs.git/commitdiff
(tex-verbatim): Use monospace instead of courier.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 25 Jun 2008 22:35:53 +0000 (22:35 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 25 Jun 2008 22:35:53 +0000 (22:35 +0000)
lisp/textmodes/tex-mode.el

index cf69851bb29c800357a3dbea52eedb3cc61dfc81..3f5aa2458a5e0a80a78a64ec4e1a5471e162c2bb 100644 (file)
@@ -725,7 +725,7 @@ Not smaller than the value set by `tex-suscript-height-minimum'."
 
 (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