emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xsmfns.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/xsmfns.c
Date: Fri, 24 Jan 2003 12:23:46 -0500

Index: emacs/src/xsmfns.c
diff -c emacs/src/xsmfns.c:1.6 emacs/src/xsmfns.c:1.7
*** emacs/src/xsmfns.c:1.6      Fri Oct 18 05:50:16 2002
--- emacs/src/xsmfns.c  Fri Jan 24 12:23:46 2003
***************
*** 1,6 ****
  /* Session management module for systems which understand the X Session
     management protocol.
!    Copyright (C) 2002, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,6 ----
  /* Session management module for systems which understand the X Session
     management protocol.
!    Copyright (C) 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 167,173 ****
    emacs_event.kind = SAVE_SESSION_EVENT;
  }
  
! /* This is called when the session manager tells us to save ourself.
     We set the required properties so the session manager can restart us,
     plus the current working directory property (not mandatory) so we
     are started in the correct directory.
--- 167,173 ----
    emacs_event.kind = SAVE_SESSION_EVENT;
  }
  
! /* This is called when the session manager tells us to save ourselves.
     We set the required properties so the session manager can restart us,
     plus the current working directory property (not mandatory) so we
     are started in the correct directory.
***************
*** 312,318 ****
    /* Empty */
  }
  
! /* Error handlers for SM and ICE.  We don't wan't to exit Emacs just
     because there is some error in the session management. */
  static void
  smc_error_handler (smcConn,
--- 312,318 ----
    /* Empty */
  }
  
! /* Error handlers for SM and ICE.  We don't want to exit Emacs just
     because there is some error in the session management. */
  static void
  smc_error_handler (smcConn,
***************
*** 443,449 ****
    IceAddConnectionWatch (ice_conn_watch_CB, 0);
  
    /* Open the connection to the session manager.  A failure is not
!      critical, it usualy means that no session manager is running.
       The errorstring is here for debugging. */
    smc_conn = SmcOpenConnection (NULL, NULL, 1, 0,
                                  (SmcSaveYourselfProcMask|
--- 443,449 ----
    IceAddConnectionWatch (ice_conn_watch_CB, 0);
  
    /* Open the connection to the session manager.  A failure is not
!      critical, it usually means that no session manager is running.
       The errorstring is here for debugging. */
    smc_conn = SmcOpenConnection (NULL, NULL, 1, 0,
                                  (SmcSaveYourselfProcMask|




reply via email to

[Prev in Thread] Current Thread [Next in Thread]