mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
(main) [MSDOS]: Call syms_of_xmenu.
This commit is contained in:
parent
2b5b9582aa
commit
40da115367
1 changed files with 4 additions and 0 deletions
|
|
@ -1552,6 +1552,10 @@ main (int argc, char **argv)
|
|||
syms_of_fontset ();
|
||||
#endif /* HAVE_NTGUI */
|
||||
|
||||
#ifdef MSDOS
|
||||
syms_of_xmenu ();
|
||||
#endif /* MSDOS */
|
||||
|
||||
#ifdef HAVE_NS
|
||||
syms_of_nsterm ();
|
||||
syms_of_nsfns ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue