aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2002-02-23 16:36:30 +0000
committerPavel Janík2002-02-23 16:36:30 +0000
commit042c33d3183e610f9e00128b7dc78c343b1b5e07 (patch)
tree0687bd0fb14def2d4a8ffce9f0d60c57a1207bec /src
parentaa2289381b9d5ad918db2bda7de2591d8d66a691 (diff)
downloademacs-042c33d3183e610f9e00128b7dc78c343b1b5e07.tar.gz
emacs-042c33d3183e610f9e00128b7dc78c343b1b5e07.zip
(enter_timestamp): Put in #if 0 to prevent warning.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
-rw-r--r--src/xterm.c2
2 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7d07c91ca07..1593da3012f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12002-02-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * w32term.c (enter_timestamp): Remove unused static variable to
4 prevent warning.
5
6 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
7
12002-02-23 Eli Zaretskii <eliz@is.elta.co.il> 82002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2 9
3 * w16select.c (Fw16_get_clipboard_data): Fix last change. 10 * w16select.c (Fw16_get_clipboard_data): Fix last change.
diff --git a/src/xterm.c b/src/xterm.c
index 3e790d0aba0..7cb9e0f435c 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -9881,11 +9881,13 @@ x_stop_queuing_selection_requests (display)
9881 9881
9882/* The main X event-reading loop - XTread_socket. */ 9882/* The main X event-reading loop - XTread_socket. */
9883 9883
9884#if 0
9884/* Time stamp of enter window event. This is only used by XTread_socket, 9885/* Time stamp of enter window event. This is only used by XTread_socket,
9885 but we have to put it out here, since static variables within functions 9886 but we have to put it out here, since static variables within functions
9886 sometimes don't work. */ 9887 sometimes don't work. */
9887 9888
9888static Time enter_timestamp; 9889static Time enter_timestamp;
9890#endif
9889 9891
9890/* This holds the state XLookupString needs to implement dead keys 9892/* This holds the state XLookupString needs to implement dead keys
9891 and other tricks known as "compose processing". _X Window System_ 9893 and other tricks known as "compose processing". _X Window System_