]> git.eshelyaron.com Git - emacs.git/commit
Get rid of intern calls to static strings in xterm.c
authorPo Lu <luangruo@yahoo.com>
Mon, 19 Sep 2022 01:39:21 +0000 (09:39 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 19 Sep 2022 01:39:21 +0000 (09:39 +0800)
commit202c416e2e829cfdfde83bc82705be4b7ad6799e
tree7c2a485b3bbc933ce6a9b702e77f9e3dc27ef27c
parenta5405e56449e90203db909ea4ed1b19500e5044b
Get rid of intern calls to static strings in xterm.c

* src/xterm.c (x_cr_export_frames): Use Qconcat instead of
interning concat.
(syms_of_xterm): New defsym Qconcat.
src/xterm.c