From e8413c3b81513e549851fab9256e0bd2e02ea4cc Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 8 Apr 2000 19:36:24 +0000 Subject: [PATCH] fixing more int/lisp confusion, in coding.* and fontset.c --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.39.5