]> git.eshelyaron.com Git - emacs.git/commit
Fix build with Lisp_Object type checking
authorPo Lu <luangruo@yahoo.com>
Wed, 31 May 2023 13:08:33 +0000 (21:08 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 31 May 2023 13:08:33 +0000 (21:08 +0800)
commit53f7cc2078c64fa169b167faa89f552fbafea18e
tree5462f3536fe14872fbb6ad949fd9407780d03852
parent69c4bbc0d694594f43b02e9da5c236f3b9271b1d
Fix build with Lisp_Object type checking

* configure.ac: Pass through `--enable-check-lisp-object-type'
on Android.
* src/alloc.c (android_make_lisp_symbol):
* src/android.c:
* src/androidfns.c (android_set_no_focus_on_map)
(android_set_no_accept_focus):
* src/androidfont.c (androidfont_match, androidfont_open_font):
* src/androidselect.c (Fandroid_get_clipboard)
(Fandroid_get_clipboard_targets):
* src/keyboard.c (make_lispy_event, syms_of_keyboard):
* src/sfntfont.c (sfnt_enum_font_1, sfntfont_list_1):
* src/textconv.c (really_set_point_and_mark): Fix Lisp_Object
and integer screw-ups.
configure.ac
src/alloc.c
src/android.c
src/androidfns.c
src/androidfont.c
src/androidselect.c
src/keyboard.c
src/sfntfont.c
src/textconv.c