From 28b1b672140656d1a16785958c9f154a253b97a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Sun, 10 Mar 2002 16:17:07 +0000 Subject: [PATCH] (main): Added call to syms_of_xsmfns (). --- src/emacs.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2