diff lisp/ChangeLog @ 70227:3f695578124f

(asm-mode, asm-mode-syntax-table): Add support for "//" style comments. Remove `b' flag from ?* in `asm-mode-syntax-table'.
author Masatake YAMATO <jet@gyve.org>
date Wed, 26 Apr 2006 07:03:20 +0000
parents 6bc1222277e1
children e73582101f20
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Apr 26 05:50:51 2006 +0000
+++ b/lisp/ChangeLog	Wed Apr 26 07:03:20 2006 +0000
@@ -1,3 +1,9 @@
+2006-04-26  Masatake YAMATO  <jet@gyve.org>
+
+	* progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table): 
+	Add support for "//" style comments. Remove `b' flag
+	from ?* in `asm-mode-syntax-table'.
+
 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* follow.el: Use (featurep 'xemacs) everywhere.