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:
parent
8046052576
commit
c1bfdd5447
@ -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):
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user