From: Ken Raeburn Date: Sat, 8 Apr 2000 19:36:24 +0000 (+0000) Subject: fixing more int/lisp confusion, in coding.* and fontset.c X-Git-Tag: emacs-pretest-21.0.90~4316 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8413c3b81513e549851fab9256e0bd2e02ea4cc;p=emacs.git fixing more int/lisp confusion, in coding.* and fontset.c --- diff --git a/src/ChangeLog b/src/ChangeLog index b957c146a83..2870cf3af76 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2000-04-08 Ken Raeburn + + * coding.h (code_convert_string): Declare. + * coding.c (code_convert_string_norecord): Pass an int, not a lisp + object, as the fourth argument to code_convert_string. + + * fontset.c (make_fontset_for_ascii_face): Use XINT on return + value. + (Fset_fontset_font): Use EQ to compare lisp objects. + 2000-04-05 Ken Raeburn * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for