]> code.delx.au - gnu-emacs/commitdiff
Whitespace changes.
authorRomain Francoise <romain@orebokech.com>
Thu, 7 Feb 2008 19:12:05 +0000 (19:12 +0000)
committerRomain Francoise <romain@orebokech.com>
Thu, 7 Feb 2008 19:12:05 +0000 (19:12 +0000)
lisp/ChangeLog
src/ChangeLog

index 3d312fd12709c8f824b9793211cb71c1b713830a..60dfd4a09b668df3ee9a4a86939fc869c4e7d8fa 100644 (file)
@@ -1,4 +1,4 @@
-2008-02-07  Timo Savola <timo.savola@iki.fi>
+2008-02-07  Timo Savola  <timo.savola@iki.fi>
 
        * startup.el (command-line-x-option-alist): Add --parent-id.
 
index 56d9913aed5c4a5909e06956cdbc071e38b361e2..7cd786a22ff4fdd7703166c6b60d9298950cc4aa 100644 (file)
@@ -1,4 +1,4 @@
-2008-02-07  Timo Savola <timo.savola@iki.fi>
+2008-02-07  Timo Savola  <timo.savola@iki.fi>
 
        * xterm.c (x_detect_focus_change): Handle embed client message.
        (handle_one_xevent): Ditto.
 
 2008-02-07  Jim Meyering  <meyering@redhat.com>
 
-        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  <meyering@redhat.com>