Mercurial > emacs
changeset 49421:381ccbf15cd9
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 24 Jan 2003 17:23:46 +0000 |
parents | 07a876ca33f0 |
children | 2123804d2bca |
files | lisp/ChangeLog src/xsmfns.c |
diffstat | 2 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jan 24 17:12:00 2003 +0000 +++ b/lisp/ChangeLog Fri Jan 24 17:23:46 2003 +0000 @@ -1,3 +1,7 @@ +2003-01-24 Juanma Barranquero <lektu@terra.es> + + * isearch.el (isearch-forward): Fix typo. + 2003-01-24 Kenichi Handa <handa@m17n.org> * international/mule.el (decode-coding-inserted-region): Renamed
--- a/src/xsmfns.c Fri Jan 24 17:12:00 2003 +0000 +++ b/src/xsmfns.c Fri Jan 24 17:23:46 2003 +0000 @@ -1,6 +1,6 @@ /* Session management module for systems which understand the X Session management protocol. - Copyright (C) 2002, 2002 Free Software Foundation, Inc. + Copyright (C) 2002 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -167,7 +167,7 @@ emacs_event.kind = SAVE_SESSION_EVENT; } -/* This is called when the session manager tells us to save ourself. +/* 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,7 +312,7 @@ /* Empty */ } -/* Error handlers for SM and ICE. We don't wan't to exit Emacs just +/* 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,7 +443,7 @@ 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. + critical, it usually means that no session manager is running. The errorstring is here for debugging. */ smc_conn = SmcOpenConnection (NULL, NULL, 1, 0, (SmcSaveYourselfProcMask|