diff options
| author | Juanma Barranquero | 2011-06-24 23:25:22 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-06-24 23:25:22 +0200 |
| commit | cd3520a41df21d80a9d894c58af2daba23c8dd24 (patch) | |
| tree | 945eaef322c65471833954ddce161a7a913ee3c8 /src/xterm.c | |
| parent | 7d0da90e7b98f5c09df82be9985cc27d30adea07 (diff) | |
| download | emacs-cd3520a41df21d80a9d894c58af2daba23c8dd24.tar.gz emacs-cd3520a41df21d80a9d894c58af2daba23c8dd24.zip | |
Move DEFSYM to lisp.h and use everywhere.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/xterm.c b/src/xterm.c index bc7592795c4..20516ee9d6f 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -10698,11 +10698,8 @@ syms_of_xterm (void) | |||
| 10698 | staticpro (&last_mouse_scroll_bar); | 10698 | staticpro (&last_mouse_scroll_bar); |
| 10699 | last_mouse_scroll_bar = Qnil; | 10699 | last_mouse_scroll_bar = Qnil; |
| 10700 | 10700 | ||
| 10701 | staticpro (&Qvendor_specific_keysyms); | 10701 | DEFSYM (Qvendor_specific_keysyms, "vendor-specific-keysyms"); |
| 10702 | Qvendor_specific_keysyms = intern_c_string ("vendor-specific-keysyms"); | 10702 | DEFSYM (Qlatin_1, "latin-1"); |
| 10703 | |||
| 10704 | staticpro (&Qlatin_1); | ||
| 10705 | Qlatin_1 = intern_c_string ("latin-1"); | ||
| 10706 | 10703 | ||
| 10707 | staticpro (&last_mouse_press_frame); | 10704 | staticpro (&last_mouse_press_frame); |
| 10708 | last_mouse_press_frame = Qnil; | 10705 | last_mouse_press_frame = Qnil; |
| @@ -10711,8 +10708,7 @@ syms_of_xterm (void) | |||
| 10711 | xg_default_icon_file = make_pure_c_string ("icons/hicolor/scalable/apps/emacs.svg"); | 10708 | xg_default_icon_file = make_pure_c_string ("icons/hicolor/scalable/apps/emacs.svg"); |
| 10712 | staticpro (&xg_default_icon_file); | 10709 | staticpro (&xg_default_icon_file); |
| 10713 | 10710 | ||
| 10714 | Qx_gtk_map_stock = intern_c_string ("x-gtk-map-stock"); | 10711 | DEFSYM (Qx_gtk_map_stock, "x-gtk-map-stock"); |
| 10715 | staticpro (&Qx_gtk_map_stock); | ||
| 10716 | #endif | 10712 | #endif |
| 10717 | 10713 | ||
| 10718 | DEFVAR_BOOL ("x-use-underline-position-properties", | 10714 | DEFVAR_BOOL ("x-use-underline-position-properties", |