changeset 53589:5e2f11c3b2a9

(scheme-font-lock-keywords-2): Add "force".
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Thu, 15 Jan 2004 14:17:07 +0000
parents 49076c3bcd5e
children 980f841cd261
files lisp/progmodes/scheme.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/scheme.el	Thu Jan 15 11:31:57 2004 +0000
+++ b/lisp/progmodes/scheme.el	Thu Jan 15 14:17:07 2004 +0000
@@ -328,7 +328,7 @@
 	       "do" "else" "for-each" "if" "lambda"
 	       "let" "let*" "let-syntax" "letrec" "letrec-syntax"
 	       ;; Hannes Haug <hannes.haug@student.uni-tuebingen.de> wants:
-	       "and" "or" "delay"
+	       "and" "or" "delay" "force"
 	       ;; Stefan Monnier <stefan.monnier@epfl.ch> says don't bother:
 	       ;;"quasiquote" "quote" "unquote" "unquote-splicing"
 	       "map" "syntax" "syntax-rules") t)