aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-04-30 10:54:27 -0700
committerPaul Eggert2014-04-30 10:54:27 -0700
commitbc6cb3efd06266e5f51862449700e2e559277095 (patch)
treec07e4cb9935eb1f75861c6212ff4fc87d4da4348 /src/ChangeLog
parent72962dd88224fe01ea392482017bbf179a621a8e (diff)
downloademacs-bc6cb3efd06266e5f51862449700e2e559277095.tar.gz
emacs-bc6cb3efd06266e5f51862449700e2e559277095.zip
* term.c (tty_menu_activate): Don't assume row and col are initialized.
GCC 4.9.0 warned about this, and I couldn't easily prove to my own satisfaction that they would always be initialized.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c98b8546788..ab87645b48b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-04-30 Paul Eggert <eggert@cs.ucla.edu>
2
3 * term.c (tty_menu_activate): Don't assume row and col are initialized.
4 GCC 4.9.0 warned about this, and I couldn't easily prove to my own
5 satisfaction that they would always be initialized.
6
12014-04-29 Eli Zaretskii <eliz@gnu.org> 72014-04-29 Eli Zaretskii <eliz@gnu.org>
2 8
3 * term.c (tty_menu_display): Move the cursor to the active menu 9 * term.c (tty_menu_display): Move the cursor to the active menu