aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2002-08-19 10:57:04 +0000
committerKenichi Handa2002-08-19 10:57:04 +0000
commit862aa7f95b49761fa57ee0fe8ff85a76eb0264a4 (patch)
tree6bd088d5860eebcae30cbe67531d84cd3c16b9e5 /src/ChangeLog
parent154f5e74e32f7f149e1c6c35e832b442944a6274 (diff)
downloademacs-862aa7f95b49761fa57ee0fe8ff85a76eb0264a4.tar.gz
emacs-862aa7f95b49761fa57ee0fe8ff85a76eb0264a4.zip
(Fset_fontset_font): Treate `ascii' as charset, not script.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e5456942d44..b83271963a3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12002-08-19 Kenichi Handa <handa@etl.go.jp> 12002-08-19 Kenichi Handa <handa@etl.go.jp>
2 2
3 * fontset.c (Fset_fontset_font): Treate `ascii' as charset, not
4 script.
5
3 * emacs.c (main): In the case of --unibyte, instead of aborting on 6 * emacs.c (main): In the case of --unibyte, instead of aborting on
4 finding non-empty buffer, make it unibyte. 7 finding non-empty buffer, make it unibyte.
5 8