diff options
| author | Eli Zaretskii | 2014-07-11 12:56:58 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-07-11 12:56:58 +0300 |
| commit | 8f4fc468ca50120c2218f74555301d68004d8217 (patch) | |
| tree | 38d5e92d1f93c1e296382369c23ff8c26d74d706 /src/ChangeLog | |
| parent | 0e02d309ef9b52327c49908f747cf20b80e4f1e5 (diff) | |
| download | emacs-8f4fc468ca50120c2218f74555301d68004d8217.tar.gz emacs-8f4fc468ca50120c2218f74555301d68004d8217.zip | |
Temporary fix for the MS-Windows build broken by last commit.
src/minibuf.c (read_minibuf_noninteractive) [WINDOWSNT]: Don't
reference termios structure members.
Fixes: debbugs:17839
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e2a7bb8a0f0..1e0a3a92f5d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-07-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * minibuf.c (read_minibuf_noninteractive) [WINDOWSNT]: Don't | ||
| 4 | reference termios structure members. | ||
| 5 | |||
| 1 | 2014-07-11 Michael Albinus <michael.albinus@gmx.de> | 6 | 2014-07-11 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * sysdep.c (emacs_get_tty, emacs_set_tty): Make them externally visible. | 8 | * sysdep.c (emacs_get_tty, emacs_set_tty): Make them externally visible. |