Set comment string, patch by Johnny Chen!

llvm-svn: 84743
This commit is contained in:
Chris Lattner 2009-10-21 05:07:57 +00:00
parent 6720492c39
commit 439fa3eddd
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@
)
(set-syntax-table tablegen-mode-syntax-table)
(make-local-variable 'comment-start)
(setq comment-start "//")
(run-hooks 'tablegen-mode-hook)) ; Finally, this permits the user to
; customize the mode with a hook.