view msdos/sed5x.inp @ 10879:73ce8261c2ce

Added font-lock-maximum-decoration; use it to set lisp-font-lock-keywords, and C and C++ ones. Added font-lock-after-fontify-buffer-hook; font-lock-fontify-buffer runs it. Added font-lock-thing-lock-cleanup; font-lock-mode runs it when turning off. Fixed font-lock-fontify-region so it uses forward-comment from comment-start, rather than searching for comment-end. Mods to lisp-font-lock-keywords-1 and 2.
author Simon Marshall <simon@gnu.org>
date Thu, 02 Mar 1995 10:57:07 +0000
parents b37425ecb3f0
children a4fb0c9be609
line wrap: on
line source

# -sed5x.inp------------------------------------------------------------
# Configuration script for oldxmenu/makefile for DesqView/X
# ----------------------------------------------------------------------
/^srcdir *=/s/@[^@\n]*@/./
/^VPATH *=/s/@[^@\n]*@/./
/^C_SWITCH_X_SITE *=/s/@[^@\n]*@//
/^CC *=/s/@[^@\n]*@/gcc/
/^CPP *=/s/@[^@\n]*@/gcc -e/
/^CFLAGS *=/s/@[^@\n]*@/-O2 -g/
/^LN_S *=/s/@[^@\n]*@/ln -s/
s/|| true//