aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2005-09-27 21:14:23 +0000
committerDan Nicolaescu2005-09-27 21:14:23 +0000
commit6c4eb4ce002d7d75d2b5de9a96a5873656f2bf16 (patch)
tree62dab3b35db4d2bd582070f57004d0548e712039 /src/ChangeLog
parentb95097127197d63084c14fd6d8322f724e041776 (diff)
downloademacs-6c4eb4ce002d7d75d2b5de9a96a5873656f2bf16.tar.gz
emacs-6c4eb4ce002d7d75d2b5de9a96a5873656f2bf16.zip
(handle_one_xevent): Refer to union field to match the type
required by the function definition.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index caa9cefe376..51af064232b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -11,6 +11,8 @@
11 * systime.h (get_operating_system_release): ... here. 11 * systime.h (get_operating_system_release): ... here.
12 12
13 * xterm.c (set_vertical_scroll_bar): Move prototype ... 13 * xterm.c (set_vertical_scroll_bar): Move prototype ...
14 (handle_one_xevent): Refer to union field to match the type
15 required by the function definition.
14 16
15 * xterm.h: ... here. 17 * xterm.h: ... here.
16 18