projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a52fce4
)
Set comment string, patch by Johnny Chen!
author
Chris Lattner
<sabre@nondot.org>
Wed, 21 Oct 2009 05:07:57 +0000
(
05:07
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 21 Oct 2009 05:07:57 +0000
(
05:07
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84743
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/emacs/tablegen-mode.el
patch
|
blob
|
history
diff --git
a/utils/emacs/tablegen-mode.el
b/utils/emacs/tablegen-mode.el
index 08f7f252c681ecd8e3c04f0c6a75ca66fadd79b4..833c16c599d4ab6bf735be89a0e87657340dcd6f 100644
(file)
--- a/
utils/emacs/tablegen-mode.el
+++ b/
utils/emacs/tablegen-mode.el
@@
-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.