aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorAlan Mackenzie2011-10-28 14:02:04 +0000
committerAlan Mackenzie2011-10-28 14:02:04 +0000
commitbc97a826f8ea89a269f6043be3148930f023e2b2 (patch)
treee927788ae7ba1058100dfb6c211ff57e6440de4c /src/emacs.c
parentc0f13227ab16ad9a87a16182e9d9ace5d2f7a6d9 (diff)
parent9aba60432c25b060680eb7db698b20b05d7b94a0 (diff)
downloademacs-bc97a826f8ea89a269f6043be3148930f023e2b2.tar.gz
emacs-bc97a826f8ea89a269f6043be3148930f023e2b2.zip
Merge
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 073156bb0c9..12be7bc0808 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1591,6 +1591,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
1591 /* Initialization that must be done even if the global variable 1591 /* Initialization that must be done even if the global variable
1592 initialized is non zero. */ 1592 initialized is non zero. */
1593#ifdef HAVE_NTGUI 1593#ifdef HAVE_NTGUI
1594 globals_of_w32font ();
1594 globals_of_w32fns (); 1595 globals_of_w32fns ();
1595 globals_of_w32menu (); 1596 globals_of_w32menu ();
1596 globals_of_w32select (); 1597 globals_of_w32select ();