emacs: add match as keyword

This commit is contained in:
Niko Matsakis 2012-08-06 16:12:46 -07:00
parent a6a5c48c64
commit c0e988f932
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
"unchecked" "unsafe" "unchecked" "unsafe"
"while")) "while"))
(puthash word t table)) (puthash word t table))
(puthash "alt" 'alt table) (puthash "match" 'alt table)
(dolist (word '("true" "false")) (puthash word 'atom table)) (dolist (word '("true" "false")) (puthash word 'atom table))
table)) table))
;; FIXME type-context keywords ;; FIXME type-context keywords