aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2003-10-07 06:46:04 +0000
committerKenichi Handa <[email protected]>2003-10-07 06:46:04 +0000
commitf82ac129c78e13b9615b3c92bf59b51ae149c517 (patch)
tree3df1078b651f9e0622fd03cdc4928eab7f4328db /src
parenta7832266c3fba6abf875a70fd3db00acf25ea8ac (diff)
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 520a725a67..053ebaef03 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2003-10-07 Kenichi Handa <[email protected]>
+
+ * coding.c (Qcoding_system_define_form): New variable.
+ (syms_of_coding): Intern and staticpro it.
+ (Fcheck_coding_system): Try to autoload the definition of
+ CODING-SYSTEM.
+
2003-10-05 Luc Teirlinck <[email protected]>
* fns.c (Frequire): Doc fix.