aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/msdos.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 698eab54b8f..d2d629f31b4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12014-09-29 Eli Zaretskii <eliz@gnu.org>
2
3 * msdos.c (internal_terminal_init): Bump version to 25.
4
12014-09-29 Dmitry Antipov <dmantipov@yandex.ru> 52014-09-29 Dmitry Antipov <dmantipov@yandex.ru>
2 6
3 Keep stack-allocated Lisp objects fast rather than versatile. 7 Keep stack-allocated Lisp objects fast rather than versatile.
diff --git a/src/msdos.c b/src/msdos.c
index dae86b5a3b2..14c2624114d 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -1792,7 +1792,7 @@ internal_terminal_init (void)
1792 } 1792 }
1793 1793
1794 Vinitial_window_system = Qpc; 1794 Vinitial_window_system = Qpc;
1795 Vwindow_system_version = make_number (24); /* RE Emacs version */ 1795 Vwindow_system_version = make_number (25); /* RE Emacs version */
1796 tty->terminal->type = output_msdos_raw; 1796 tty->terminal->type = output_msdos_raw;
1797 1797
1798 /* If Emacs was dumped on DOS/V machine, forget the stale VRAM 1798 /* If Emacs was dumped on DOS/V machine, forget the stale VRAM