summaryrefslogtreecommitdiffstats
path: root/llvm/utils/emacs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-02-22 19:38:03 +0000
committerBill Wendling <isanbard@gmail.com>2012-02-22 19:38:03 +0000
commit7f7a0c6560569714fc2911bfcb14e1f44f7a588f (patch)
tree86627bb6d37c946b2213322a9c482ca2cda583b0 /llvm/utils/emacs
parent40a7eb38375699a9956bbe3cbb713433bf1d7b8c (diff)
downloadbcm5719-llvm-7f7a0c6560569714fc2911bfcb14e1f44f7a588f.tar.gz
bcm5719-llvm-7f7a0c6560569714fc2911bfcb14e1f44f7a588f.zip
Remove bad comma from .el file.
llvm-svn: 151189
Diffstat (limited to 'llvm/utils/emacs')
-rw-r--r--llvm/utils/emacs/tablegen-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/emacs/tablegen-mode.el b/llvm/utils/emacs/tablegen-mode.el
index 26b6639c185..e83a34ca181 100644
--- a/llvm/utils/emacs/tablegen-mode.el
+++ b/llvm/utils/emacs/tablegen-mode.el
@@ -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))
OpenPOWER on IntegriCloud