# HG changeset patch # User Kenichi Handa # Date 1064577709 0 # Node ID 3e48c579e663ce86ad321a42dd4a583cb8b3d49e # Parent f035500271d20b3f061d98b16afe5ed2f9f028f5 *** empty log message *** diff -r f035500271d2 -r 3e48c579e663 lisp/ps-mule.el --- a/lisp/ps-mule.el Fri Sep 26 11:59:31 2003 +0000 +++ b/lisp/ps-mule.el Fri Sep 26 12:01:49 2003 +0000 @@ -1070,7 +1070,7 @@ ;; External library support. (defvar ps-mule-bitmap-dict-list nil) -(defvar ps-mule-bitmap-parent-table nil) +(defvar ps-mule-bitmap-font-record nil) ;; The following three functions are to be called from external ;; libraries which support bitmap fonts (e.g. `bdf') to get diff -r f035500271d2 -r 3e48c579e663 src/ChangeLog --- a/src/ChangeLog Fri Sep 26 11:59:31 2003 +0000 +++ b/src/ChangeLog Fri Sep 26 12:01:49 2003 +0000 @@ -1,8 +1,3 @@ -2003-09-10 Andreas Schwab - - * chartab.c (map_char_table): Protect `range' from GC. - (map_char_table_for_charset): Likewise. - 2003-07-31 Jan Dj,Ad(Brv * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.