aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-09-21 23:11:25 +0000
committerRichard M. Stallman2007-09-21 23:11:25 +0000
commit2e2cc4e44dbba6873bc6cffe425b7dd196e74ef9 (patch)
tree76c80f50e4fceae2a412f8d7d6b9706d779ad848
parent867a0d72ea3718115387d0894615c878560fe4d9 (diff)
downloademacs-2e2cc4e44dbba6873bc6cffe425b7dd196e74ef9.tar.gz
emacs-2e2cc4e44dbba6873bc6cffe425b7dd196e74ef9.zip
Whitespace change.
-rw-r--r--etc/NEWS2
-rw-r--r--src/ChangeLog4
-rw-r--r--src/fringe.c10
3 files changed, 10 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c993b0551ed..4177c11cab9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1664,7 +1664,7 @@ It also contains a plain-text table editor with spreadsheet-like
1664capabilities. 1664capabilities.
1665 1665
1666The Org mode table editor can be integrated into any major mode by 1666The Org mode table editor can be integrated into any major mode by
1667activating the minor Orgtbl-mode. 1667activating the minor mode, Orgtbl mode.
1668 1668
1669The documentation for org-mode is in a separate manual; within Emacs, 1669The documentation for org-mode is in a separate manual; within Emacs,
1670type "C-h i m org RET" to read that manual. A reference card is 1670type "C-h i m org RET" to read that manual. A reference card is
diff --git a/src/ChangeLog b/src/ChangeLog
index 7dabc396407..db46c3e039f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12007-09-21 Richard Stallman <rms@gnu.org>
2
3 * image.c (our_memory_buffer): Renamed from omfib_buffer.
4
12007-09-21 Juanma Barranquero <lekktu@gmail.com> 52007-09-21 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * w32term.c (x_draw_glyph_string): Use strike_through_color, not 7 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
diff --git a/src/fringe.c b/src/fringe.c
index d9159ae3de5..62767b39118 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -1328,11 +1328,11 @@ If BITMAP overrides a standard fringe bitmap, the original bitmap is restored.
1328*/ 1328*/
1329 1329
1330#if defined (HAVE_X_WINDOWS) 1330#if defined (HAVE_X_WINDOWS)
1331static unsigned char swap_nibble[16] = { 1331static unsigned char swap_nibble[16]
1332 0x0, 0x8, 0x4, 0xc, /* 0000 1000 0100 1100 */ 1332 = { 0x0, 0x8, 0x4, 0xc, /* 0000 1000 0100 1100 */
1333 0x2, 0xa, 0x6, 0xe, /* 0010 1010 0110 1110 */ 1333 0x2, 0xa, 0x6, 0xe, /* 0010 1010 0110 1110 */
1334 0x1, 0x9, 0x5, 0xd, /* 0001 1001 0101 1101 */ 1334 0x1, 0x9, 0x5, 0xd, /* 0001 1001 0101 1101 */
1335 0x3, 0xb, 0x7, 0xf}; /* 0011 1011 0111 1111 */ 1335 0x3, 0xb, 0x7, 0xf }; /* 0011 1011 0111 1111 */
1336#endif /* HAVE_X_WINDOWS */ 1336#endif /* HAVE_X_WINDOWS */
1337 1337
1338void 1338void