From: Romain Francoise Date: Thu, 7 Feb 2008 19:12:05 +0000 (+0000) Subject: Whitespace changes. X-Git-Tag: emacs-pretest-23.0.90~8105 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=987be29bac2e9933b435a38a39f1b8072f4e2168;p=emacs.git Whitespace changes. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3d312fd1270..60dfd4a09b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,4 +1,4 @@ -2008-02-07 Timo Savola +2008-02-07 Timo Savola * startup.el (command-line-x-option-alist): Add --parent-id. diff --git a/src/ChangeLog b/src/ChangeLog index 56d9913aed5..7cd786a22ff 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,4 @@ -2008-02-07 Timo Savola +2008-02-07 Timo Savola * xterm.c (x_detect_focus_change): Handle embed client message. (handle_one_xevent): Ditto. @@ -34,18 +34,18 @@ 2008-02-07 Jim Meyering - Use "do...while (0)", not "if (1)..else" in macro definitions. - The latter provokes a warning from gcc about the empty else, when - followed by ";". Also, without that trailing semicolon, it would - silently swallow up any following statement. - * syntax.h (SETUP_SYNTAX_TABLE): - (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise. - * buffer.h (DECODE_POSITION): Likewise. - * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise. - (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise. - (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise. - (FETCH_CHAR_ADVANCE): Likewise. - (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise. + Use "do...while (0)", not "if (1)..else" in macro definitions. + The latter provokes a warning from gcc about the empty else, when + followed by ";". Also, without that trailing semicolon, it would + silently swallow up any following statement. + * syntax.h (SETUP_SYNTAX_TABLE): + (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise. + * buffer.h (DECODE_POSITION): Likewise. + * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise. + (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise. + (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise. + (FETCH_CHAR_ADVANCE): Likewise. + (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise. 2008-02-07 Jim Meyering