]> git.eshelyaron.com Git - emacs.git/commitdiff
fixing more int/lisp confusion, in coding.* and fontset.c
authorKen Raeburn <raeburn@raeburn.org>
Sat, 8 Apr 2000 19:36:24 +0000 (19:36 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Sat, 8 Apr 2000 19:36:24 +0000 (19:36 +0000)
src/ChangeLog

index b957c146a8350eea6b1b096df3d99b7ab3844e31..2870cf3af76c2649c3e2598b70a67cf1e022e152 100644 (file)
@@ -1,3 +1,13 @@
+2000-04-08  Ken Raeburn  <raeburn@gnu.org>
+
+       * 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  <raeburn@gnu.org>
 
        * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for