From: Kenichi Handa Date: Fri, 26 Sep 2003 12:01:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1816 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4c2acb3803797e36e54d0f5767e5dec2f90c81f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index 9639abbed01..854e6dac6d8 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el @@ -1070,7 +1070,7 @@ the sequence." ;; 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 --git a/src/ChangeLog b/src/ChangeLog index 7b567f5d287..6c92bf7cd88 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.