Use C-style comment in asm files.
authorOleksander Gavenko <gavenko_a@3g.ua>
Fri, 06 Jun 2008 15:47:39 +0300
changeset 36 4261883ccdb6
parent 35 691635158df5
child 37 b210b509819b
Use C-style comment in asm files.
.emacs-my
--- a/.emacs-my	Fri May 23 10:47:07 2008 +0300
+++ b/.emacs-my	Fri Jun 06 15:47:39 2008 +0300
@@ -708,8 +708,8 @@
 
 ;; ----------------------------------------------------------------------
 ;; asm
-(setq-default asm-comment-char 0)
-
+;; (setq-default asm-comment-char 59)
+(add-hook 'asm-mode-hook '(lambda () (setq comment-start "/*") (setq comment-end "*/")) t)
 
 ;; ----------------------------------------------------------------------
 ;; LISP