X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/afb4ecad4b64b73807c02003f3137745481232f6..534c20b22f89ffbe99a4d6a1035b74eacc544ee5:/src/xsmfns.c diff --git a/src/xsmfns.c b/src/xsmfns.c index fe0570b665..269f80c951 100644 --- a/src/xsmfns.c +++ b/src/xsmfns.c @@ -1,6 +1,6 @@ /* Session management module for systems which understand the X Session management protocol. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2002 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -40,11 +40,13 @@ Boston, MA 02111-1307, USA. */ #endif #include +#include #include "systime.h" #include "sysselect.h" #include "lisp.h" #include "termhooks.h" +#include "termopts.h" #ifndef MAXPATHLEN #define MAXPATHLEN 1024 @@ -487,6 +489,8 @@ Do not call this function yourself. */) doing_interact = False; } + + return Qnil; }