diff options
| author | Dmitry Antipov | 2013-09-23 13:50:47 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-09-23 13:50:47 +0400 |
| commit | 5492865b797b7ce33730ea7b013d43beeaf33dc3 (patch) | |
| tree | 4289b376ea0446ffb248426d7f63eb3fc1737939 /src/msdos.c | |
| parent | b519df23900222df5637cbd23eba45e4bd540856 (diff) | |
| download | emacs-5492865b797b7ce33730ea7b013d43beeaf33dc3.tar.gz emacs-5492865b797b7ce33730ea7b013d43beeaf33dc3.zip | |
* dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame):
Move to...
* frame.c (frame_garbaged, selected_frame, last_nonminibuf_frame):
...this file and convert the latter to static. Adjust comment.
(make_initial_frame):
* window.c (init_window_once): Adjust user.
* frame.h (last_nonminibuf_frame): Remove declaration.
* lisp.h (selected_frame): Likewise.
* msdos.c (the_only_display_info): Adjust comment.
Diffstat (limited to 'src/msdos.c')
| -rw-r--r-- | src/msdos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msdos.c b/src/msdos.c index 3a74846f8ea..09aedf837d8 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -408,7 +408,7 @@ static int term_setup_done; | |||
| 408 | 408 | ||
| 409 | static unsigned short outside_cursor; | 409 | static unsigned short outside_cursor; |
| 410 | 410 | ||
| 411 | /* Similar to the_only_frame. */ | 411 | /* The only display since MS-DOS does not support multiple ones. */ |
| 412 | struct tty_display_info the_only_display_info; | 412 | struct tty_display_info the_only_display_info; |
| 413 | 413 | ||
| 414 | /* Support for DOS/V (allows Japanese characters to be displayed on | 414 | /* Support for DOS/V (allows Japanese characters to be displayed on |