diff options
| author | Juanma Barranquero | 2003-01-24 17:23:46 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-01-24 17:23:46 +0000 |
| commit | f25dcaa0bbe8f1764fb93ff0e2ad1eaf9a779c1c (patch) | |
| tree | a1a3a84d003395d0e9fc1fef3d09ade7698bf4cc /src | |
| parent | b48ca14f34ae3f28ff9f1cfec36e37aca70432bd (diff) | |
| download | emacs-f25dcaa0bbe8f1764fb93ff0e2ad1eaf9a779c1c.tar.gz emacs-f25dcaa0bbe8f1764fb93ff0e2ad1eaf9a779c1c.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/xsmfns.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xsmfns.c b/src/xsmfns.c index c2640e87ffb..8f6c8714eae 100644 --- a/src/xsmfns.c +++ b/src/xsmfns.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Session management module for systems which understand the X Session | 1 | /* Session management module for systems which understand the X Session |
| 2 | management protocol. | 2 | management protocol. |
| 3 | Copyright (C) 2002, 2002 Free Software Foundation, Inc. | 3 | Copyright (C) 2002 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -167,7 +167,7 @@ smc_interact_CB (smcConn, clientData) | |||
| 167 | emacs_event.kind = SAVE_SESSION_EVENT; | 167 | emacs_event.kind = SAVE_SESSION_EVENT; |
| 168 | } | 168 | } |
| 169 | 169 | ||
| 170 | /* This is called when the session manager tells us to save ourself. | 170 | /* This is called when the session manager tells us to save ourselves. |
| 171 | We set the required properties so the session manager can restart us, | 171 | We set the required properties so the session manager can restart us, |
| 172 | plus the current working directory property (not mandatory) so we | 172 | plus the current working directory property (not mandatory) so we |
| 173 | are started in the correct directory. | 173 | are started in the correct directory. |
| @@ -312,7 +312,7 @@ smc_shutdown_cancelled_CB (smcConn, clientData) | |||
| 312 | /* Empty */ | 312 | /* Empty */ |
| 313 | } | 313 | } |
| 314 | 314 | ||
| 315 | /* Error handlers for SM and ICE. We don't wan't to exit Emacs just | 315 | /* Error handlers for SM and ICE. We don't want to exit Emacs just |
| 316 | because there is some error in the session management. */ | 316 | because there is some error in the session management. */ |
| 317 | static void | 317 | static void |
| 318 | smc_error_handler (smcConn, | 318 | smc_error_handler (smcConn, |
| @@ -443,7 +443,7 @@ x_session_initialize () | |||
| 443 | IceAddConnectionWatch (ice_conn_watch_CB, 0); | 443 | IceAddConnectionWatch (ice_conn_watch_CB, 0); |
| 444 | 444 | ||
| 445 | /* Open the connection to the session manager. A failure is not | 445 | /* Open the connection to the session manager. A failure is not |
| 446 | critical, it usualy means that no session manager is running. | 446 | critical, it usually means that no session manager is running. |
| 447 | The errorstring is here for debugging. */ | 447 | The errorstring is here for debugging. */ |
| 448 | smc_conn = SmcOpenConnection (NULL, NULL, 1, 0, | 448 | smc_conn = SmcOpenConnection (NULL, NULL, 1, 0, |
| 449 | (SmcSaveYourselfProcMask| | 449 | (SmcSaveYourselfProcMask| |