aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDave Love2002-09-23 22:21:46 +0000
committerDave Love2002-09-23 22:21:46 +0000
commitb427c97eb754d63f52b752243a30eddacbdac8be (patch)
tree5871bfb27632cbaecf1b357d433f8ed99e49b345 /lisp/ChangeLog
parent9ecb9393d6b7e4ae9d879361f5462fbf4fc69c93 (diff)
downloademacs-b427c97eb754d63f52b752243a30eddacbdac8be.tar.gz
emacs-b427c97eb754d63f52b752243a30eddacbdac8be.zip
Add some non-word syntax cases.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 37c0b151243..706e3aa5c20 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,7 @@
12002-09-23 Dave Love <fx@gnu.org> 12002-09-23 Dave Love <fx@gnu.org>
2 2
3 * international/characters.el: Don't set char width of CJK 3 * international/characters.el: Don't set char width of CJK
4 charsets generally. 4 charsets generally. Add some non-word syntax cases.
5 (korean-ksc5601): Fix ranges with symbol syntax. 5 (korean-ksc5601): Fix ranges with symbol syntax.
6 6
72002-09-14 Dave Love <fx@gnu.org> 72002-09-14 Dave Love <fx@gnu.org>