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 40a7eb3837
commit 7f7a0c6560
1 changed files with 1 additions and 1 deletions

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))