diff 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
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