Remove bad comma from .el file.

llvm-svn: 151189
This commit is contained in:
Bill Wendling 2012-02-22 19:38:03 +00:00
parent 41b0f77dbb
commit 92bf9ddcc7

View File

@ -13,7 +13,7 @@
(defvar tablegen-font-lock-keywords
(let ((kw (regexp-opt '("class" "defm" "def" "field" "include" "in"
"let" "multiclass", "foreach")
"let" "multiclass" "foreach")
'words))
(type-kw (regexp-opt '("bit" "bits" "code" "dag" "int" "list" "string")
'words))