Mercurial > emacs
diff src/msdos.c @ 13848:5f38596d591e
(have_menus_p): Defined.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 25 Dec 1995 01:47:56 +0000 |
| parents | 120c884de8a2 |
| children | 659a54e026bb |
line wrap: on
line diff
--- a/src/msdos.c Mon Dec 25 01:43:07 1995 +0000 +++ b/src/msdos.c Mon Dec 25 01:47:56 1995 +0000 @@ -223,7 +223,7 @@ mouse_moveto (0, 0); mouse_visible = 0; } - + /* ------------------------- Screen control ---------------------- * */ @@ -776,8 +776,6 @@ return 0; #endif } - - /* ----------------------- Keyboard control ---------------------- * @@ -1619,8 +1617,16 @@ IT_cursor_to (row, col); xfree (text); } + +/* --------------------------- X Menu emulation ---------------------- */ -/* --------------------------- X Menu emulation ---------------------- */ +/* Report availability of menus. */ + +int +have_menus_p () +{ + return 1; +} /* Create a brand new menu structure. */ @@ -1853,8 +1859,7 @@ return FRAME_HEIGHT (f); } #endif /* !HAVE_X_WINDOWS */ - - + /* ----------------------- DOS / UNIX conversion --------------------- */ /* Destructively turn backslashes into slashes. */ @@ -2308,8 +2313,7 @@ reset_sys_modes (); exit (1); } - - + /* ------------------------- Compatibility functions ------------------- * gethostname * gettimeofday
