From: Jan Djärv Date: Sun, 10 Mar 2002 16:17:07 +0000 (+0000) Subject: (main): Added call to syms_of_xsmfns (). X-Git-Tag: ttn-vms-21-2-B4~16248 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28b1b672140656d1a16785958c9f154a253b97a8;p=emacs.git (main): Added call to syms_of_xsmfns (). --- diff --git a/src/emacs.c b/src/emacs.c index debb7a90df0..1667ed12442 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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