diff options
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 9b07b5a17b2..4f6d5168c6d 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1564,7 +1564,7 @@ main (argc, argv if (!noninteractive) { #ifdef VMS - init_vms_input ();/* init_display calls get_frame_size, that needs this. */ + init_vms_input ();/* init_display calls get_tty_size, that needs this. */ #endif /* VMS */ init_display (); /* Determine terminal type. Calls init_sys_modes. */ } |