1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(scheme-font-lock-keywords-2): Add "force".

This commit is contained in:
Thien-Thi Nguyen 2004-01-15 14:18:24 +00:00
parent 8046052576
commit c1bfdd5447
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
* progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
* mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):

View File

@ -328,7 +328,7 @@ See `run-hooks'."
"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)