aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorPip Cet2021-05-16 15:44:26 +0200
committerStefan Monnier2022-07-01 09:42:00 -0400
commit094fd7ded365434b08f5d7c8ff499d17d566d54b (patch)
tree40366419e9d899e48c26439f428fee7b741d307c /src/xterm.c
parent3a4c408a7b6f3df5ca0eb4a406efbdb4899e9742 (diff)
downloademacs-scratch/no-purespace-2.tar.gz
emacs-scratch/no-purespace-2.zip
Remove purespace from Emacsscratch/no-purespace-2
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index c83ddc6b9ea..ba299e854fc 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -27815,7 +27815,7 @@ syms_of_xterm (void)
27815 DEFSYM (Qx_dnd_targets_list, "x-dnd-targets-list"); 27815 DEFSYM (Qx_dnd_targets_list, "x-dnd-targets-list");
27816 27816
27817#ifdef USE_GTK 27817#ifdef USE_GTK
27818 xg_default_icon_file = build_pure_c_string ("icons/hicolor/scalable/apps/emacs.svg"); 27818 xg_default_icon_file = build_string ("icons/hicolor/scalable/apps/emacs.svg");
27819 staticpro (&xg_default_icon_file); 27819 staticpro (&xg_default_icon_file);
27820 27820
27821 DEFSYM (Qx_gtk_map_stock, "x-gtk-map-stock"); 27821 DEFSYM (Qx_gtk_map_stock, "x-gtk-map-stock");
@@ -27950,7 +27950,7 @@ If set to a non-float value, there will be no wait at all. */);
27950 Vx_keysym_table = make_hash_table (hashtest_eql, 900, 27950 Vx_keysym_table = make_hash_table (hashtest_eql, 900,
27951 DEFAULT_REHASH_SIZE, 27951 DEFAULT_REHASH_SIZE,
27952 DEFAULT_REHASH_THRESHOLD, 27952 DEFAULT_REHASH_THRESHOLD,
27953 Qnil, false); 27953 Qnil);
27954 27954
27955 DEFVAR_BOOL ("x-frame-normalize-before-maximize", 27955 DEFVAR_BOOL ("x-frame-normalize-before-maximize",
27956 x_frame_normalize_before_maximize, 27956 x_frame_normalize_before_maximize,