]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Added call to syms_of_xsmfns ().
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 10 Mar 2002 16:17:07 +0000 (16:17 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 10 Mar 2002 16:17:07 +0000 (16:17 +0000)
src/emacs.c

index debb7a90df06e625fd855865f23eeabe2444d06d..1667ed1244289c4793a7a04cc11cf5c1e6eb55d9 100644 (file)
@@ -1464,6 +1464,9 @@ main (argc, argv, envp)
       syms_of_xterm ();
       syms_of_xfns ();
       syms_of_fontset ();
+#ifdef HAVE_X_SM
+      syms_of_xsmfns ();
+#endif
 #ifdef HAVE_X11
       syms_of_xselect ();
 #endif