aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-04-26 08:56:23 +0000
committerKim F. Storm2006-04-26 08:56:23 +0000
commit5a56121fef704458d7fd24c36a4b3f96eac8d10c (patch)
treea81125e01350048ab496c476372ff7476641ab01
parent0db097a55749dc040ef5d8daec7d7806cbb4281c (diff)
downloademacs-5a56121fef704458d7fd24c36a4b3f96eac8d10c.tar.gz
emacs-5a56121fef704458d7fd24c36a4b3f96eac8d10c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 234a8445845..d2d3cd6f9b0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,10 @@
12006-04-26 Kim F. Storm <storm@cua.dk>
2
3 * subr.el (posn-string, posn-image, posn-object): Doc fix.
4
12006-04-26 Masatake YAMATO <jet@gyve.org> 52006-04-26 Masatake YAMATO <jet@gyve.org>
2 6
3 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table): 7 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
4 Add support for "//" style comments. Remove `b' flag 8 Add support for "//" style comments. Remove `b' flag
5 from ?* in `asm-mode-syntax-table'. 9 from ?* in `asm-mode-syntax-table'.
6 10