diff lisp/ChangeLog @ 2140:9da6e6c569f7

[xemacs-hg @ 2004-06-18 04:06:49 by james] Don't try to use nonexistent function char-table-parent.
author james
date Fri, 18 Jun 2004 04:06:50 +0000
parents 2f37290328b0
children eb65d362090f
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jun 17 21:50:34 2004 +0000
+++ b/lisp/ChangeLog	Fri Jun 18 04:06:50 2004 +0000
@@ -1,3 +1,8 @@
+2004-06-17  Jerry James  <james@xemacs.org>
+
+	* derived.el (define-derived-mode): XEmacs does not have
+	char-table-parent.  Use derived-mode-merge-syntax-tables instead.
+
 2004-06-09  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* subr.el (split-string): Clean up docstring.