]> git.eshelyaron.com Git - emacs.git/commit
Remove calls to intern with a static string from code that runs on X
authorPo Lu <luangruo@yahoo.com>
Mon, 19 Sep 2022 02:01:52 +0000 (10:01 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 19 Sep 2022 02:01:52 +0000 (10:01 +0800)
commit5b3c4004a9647aa2068e54c358e202f57d0ece3c
tree0ca3ed81d2c14bc333eeab0dfd7ef45e054baa40
parent202c416e2e829cfdfde83bc82705be4b7ad6799e
Remove calls to intern with a static string from code that runs on X

* Makefile.in (actual-all): Reword build failure advice.

* src/bytecode.c (exec_byte_code, syms_of_bytecode):
* src/font.c (syms_of_font):
* src/hbfont.c (uni_combining):
* src/xfns.c (Fx_display_backing_store, Fx_display_visual_class)
(x_create_tip_frame, Fx_show_tip, syms_of_xfns):
* src/xfont.c (xfont_supported_scripts, xfont_driver)
(syms_of_xfont):
* src/xsmfns.c (Fhandle_save_session, syms_of_xsmfns): Remove
calls to intern with a static string.
Makefile.in
src/bytecode.c
src/font.c
src/hbfont.c
src/xfns.c
src/xfont.c
src/xsmfns.c