From 6503c7eb0c08963d1842ecbae540e40fc408f6f1 Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Mon, 23 Feb 2004 21:37:49 +0000 Subject: merge most of XFree86 RC3 (4.3.99.903) from vendor branch. bug #214 --- lisp/modules/progmodes/imake.lsp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lisp/modules/progmodes/imake.lsp') diff --git a/lisp/modules/progmodes/imake.lsp b/lisp/modules/progmodes/imake.lsp index ea34ed6..e41020b 100644 --- a/lisp/modules/progmodes/imake.lsp +++ b/lisp/modules/progmodes/imake.lsp @@ -27,7 +27,7 @@ ;; Author: Paulo César Pereira de Andrade ;; ;; -;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/imake.lsp,v 1.2 2002/10/06 17:11:48 paulo Exp $ +;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/imake.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,13 +49,13 @@ ;; 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" ) (defsynprop *prop-xcomm* "xcomm" - :font "*courier-medium-o*12*" + :font "*courier-medium-o*-12-*" :foreground "SkyBlue4" ) -- cgit v1.2.3