diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2004-02-23 21:37:49 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2004-02-23 21:37:49 +0000 |
commit | 6503c7eb0c08963d1842ecbae540e40fc408f6f1 (patch) | |
tree | cd6c8a8b7a750d279e7e76a0217cff95231cf322 /lisp/modules/progmodes/make.lsp | |
parent | 2f503c70ee5b61907382502e36c7433922fca0ee (diff) |
merge most of XFree86 RC3 (4.3.99.903) from vendor branch. bug #214XORG-RELEASE-1-BASEXEVIE-MERGE
Diffstat (limited to 'lisp/modules/progmodes/make.lsp')
-rw-r--r-- | lisp/modules/progmodes/make.lsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/modules/progmodes/make.lsp b/lisp/modules/progmodes/make.lsp index d5cbc00..702e135 100644 --- a/lisp/modules/progmodes/make.lsp +++ b/lisp/modules/progmodes/make.lsp @@ -27,7 +27,7 @@ ;; Author: Paulo César Pereira de Andrade ;; ;; -;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/make.lsp,v 1.2 2002/10/06 17:11:48 paulo Exp $ +;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/make.lsp,v 1.3 2004/01/08 21:29:12 paulo Exp $ ;; (require "syntax") @@ -35,13 +35,13 @@ (defsynprop *prop-shell* "shell" - :font "*courier-bold-r*12*" + :font "*courier-bold-r*-12-*" :foreground "Red4" ) (defsynprop *prop-variable* "variable" - :font "*courier-medium-r*12*" + :font "*courier-medium-r*-12-*" :foreground "Red3" ) @@ -49,7 +49,7 @@ ;; tabs in the start of lines for better visualization. (defsynprop *prop-tabulation* "tabulation" - :font "*courier-medium-r*12*" + :font "*courier-medium-r*-12-*" :background "Gray90" ) |