aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-24 10:31:26 +0000
committerJuanma Barranquero2006-11-24 10:31:26 +0000
commitdb9cd97ad4957831331b4ef2ad79dd20545f67a8 (patch)
tree29dce6da514b72f4b07c088ef228f1cfa148cbb3 /src
parentac39a725f3f4a7d735c56129fc9d7e51521d1dd0 (diff)
downloademacs-db9cd97ad4957831331b4ef2ad79dd20545f67a8.tar.gz
emacs-db9cd97ad4957831331b4ef2ad79dd20545f67a8.zip
Space/tab mixup.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c6
-rw-r--r--src/m/ibmrs6000.h6
-rw-r--r--src/m/pfa50.h2
-rw-r--r--src/msdos.c2
-rw-r--r--src/syntax.c2
-rw-r--r--src/sysdep.c2
-rw-r--r--src/w32term.c2
-rw-r--r--src/xdisp.c2
-rw-r--r--src/xselect.c8
9 files changed, 16 insertions, 16 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 364fa893539..384fc888e39 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -5706,7 +5706,7 @@ make_lispy_event (event)
5706 position = make_lispy_position (f, &event->x, &event->y, 5706 position = make_lispy_position (f, &event->x, &event->y,
5707 event->timestamp); 5707 event->timestamp);
5708 5708
5709 /* Set double or triple modifiers to indicate the wheel speed. */ 5709 /* Set double or triple modifiers to indicate the wheel speed. */
5710 { 5710 {
5711 /* On window-system frames, use the value of 5711 /* On window-system frames, use the value of
5712 double-click-fuzz as is. On other frames, interpret it 5712 double-click-fuzz as is. On other frames, interpret it
@@ -5760,7 +5760,7 @@ make_lispy_event (event)
5760 5760
5761 if (event->modifiers & up_modifier) 5761 if (event->modifiers & up_modifier)
5762 { 5762 {
5763 /* Emit a wheel-up event. */ 5763 /* Emit a wheel-up event. */
5764 event->modifiers &= ~up_modifier; 5764 event->modifiers &= ~up_modifier;
5765 symbol_num = 0; 5765 symbol_num = 0;
5766 } 5766 }
@@ -5775,7 +5775,7 @@ make_lispy_event (event)
5775 the up_modifier set. */ 5775 the up_modifier set. */
5776 abort (); 5776 abort ();
5777 5777
5778 /* Get the symbol we should use for the wheel event. */ 5778 /* Get the symbol we should use for the wheel event. */
5779 head = modify_event_symbol (symbol_num, 5779 head = modify_event_symbol (symbol_num,
5780 event->modifiers, 5780 event->modifiers,
5781 Qmouse_click, 5781 Qmouse_click,
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index 3d3e45eda81..10b43bf8246 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -44,7 +44,7 @@ Boston, MA 02110-1301, USA. */
44#define IBMR2AIX 44#define IBMR2AIX
45 45
46/* Use type int rather than a union, to represent Lisp_Object */ 46/* Use type int rather than a union, to represent Lisp_Object */
47/* This is desirable for most machines. */ 47/* This is desirable for most machines. */
48 48
49#define NO_UNION_TYPE 49#define NO_UNION_TYPE
50 50
@@ -72,7 +72,7 @@ Boston, MA 02110-1301, USA. */
72 72
73/* The data segment in this machine always starts at address 0x20000000. 73/* The data segment in this machine always starts at address 0x20000000.
74 An address of data cannot be stored correctly in a Lisp object; 74 An address of data cannot be stored correctly in a Lisp object;
75 we always lose the high bits. We must tell XPNTR to add them back. */ 75 we always lose the high bits. We must tell XPNTR to add them back. */
76 76
77#ifndef USG5_4 77#ifndef USG5_4
78#define DATA_SEG_BITS 0x20000000 78#define DATA_SEG_BITS 0x20000000
@@ -86,7 +86,7 @@ Boston, MA 02110-1301, USA. */
86#define PURE_SEG_BITS 0x30000000 86#define PURE_SEG_BITS 0x30000000
87 87
88/* Use shared memory. */ 88/* Use shared memory. */
89/* This is turned off because it does not always work. See etc/AIX.DUMP. */ 89/* This is turned off because it does not always work. See etc/AIX.DUMP. */
90/* #define HAVE_SHM */ 90/* #define HAVE_SHM */
91#define SHMKEY 5305035 /* used for shared memory code segments */ 91#define SHMKEY 5305035 /* used for shared memory code segments */
92#endif /* CANNOT_DUMP */ 92#endif /* CANNOT_DUMP */
diff --git a/src/m/pfa50.h b/src/m/pfa50.h
index 85d281073f1..0b1511fd8e7 100644
--- a/src/m/pfa50.h
+++ b/src/m/pfa50.h
@@ -50,7 +50,7 @@ Boston, MA 02110-1301, USA. */
50#define NO_REMAP 50#define NO_REMAP
51 51
52/* Define TEXT_START_ADDR if your linker don't set execute point to _start. 52/* Define TEXT_START_ADDR if your linker don't set execute point to _start.
53 If it needed, temacs always CORE-DUMP. */ 53 If it needed, temacs always CORE-DUMP. */
54 54
55#define TEXT_START_ADDR __start 55#define TEXT_START_ADDR __start
56 56
diff --git a/src/msdos.c b/src/msdos.c
index 61e167a1946..00ef84dc189 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -2639,7 +2639,7 @@ check_x (void)
2639#define Ctrl 0x0200 /* ctrl scan-code */ 2639#define Ctrl 0x0200 /* ctrl scan-code */
2640#define Shift 0x0400 /* shift scan-code */ 2640#define Shift 0x0400 /* shift scan-code */
2641 2641
2642static int extended_kbd; /* 101 (102) keyboard present. */ 2642static int extended_kbd; /* 101 (102) keyboard present. */
2643 2643
2644struct kbd_translate { 2644struct kbd_translate {
2645 unsigned char sc; 2645 unsigned char sc;
diff --git a/src/syntax.c b/src/syntax.c
index 052191d5fef..55f73d6d106 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -1470,7 +1470,7 @@ skip_chars (forwardp, syntaxp, string, lim, handle_iso_classes)
1470 const unsigned char *class_beg = str + i_byte + 1; 1470 const unsigned char *class_beg = str + i_byte + 1;
1471 const unsigned char *class_end = class_beg; 1471 const unsigned char *class_end = class_beg;
1472 const unsigned char *class_limit = str + size_byte - 2; 1472 const unsigned char *class_limit = str + size_byte - 2;
1473 /* Leave room for the null. */ 1473 /* Leave room for the null. */
1474 unsigned char class_name[CHAR_CLASS_MAX_LENGTH + 1]; 1474 unsigned char class_name[CHAR_CLASS_MAX_LENGTH + 1];
1475 re_wctype_t cc; 1475 re_wctype_t cc;
1476 1476
diff --git a/src/sysdep.c b/src/sysdep.c
index 3fd134e476d..625b5d619ab 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -3756,7 +3756,7 @@ set_file_times (filename, atime, mtime)
3756 * sdcsvax!rmr or rmr@uscd 3756 * sdcsvax!rmr or rmr@uscd
3757 * 3757 *
3758 * Severely hacked over by John Gilmore to make a 4.2BSD compatible 3758 * Severely hacked over by John Gilmore to make a 4.2BSD compatible
3759 * subroutine. 11Mar86; hoptoad!gnu 3759 * subroutine. 11Mar86; hoptoad!gnu
3760 * 3760 *
3761 * Modified by rmtodd@uokmax 6-28-87 -- when making an already existing dir, 3761 * Modified by rmtodd@uokmax 6-28-87 -- when making an already existing dir,
3762 * subroutine didn't return EEXIST. It does now. 3762 * subroutine didn't return EEXIST. It does now.
diff --git a/src/w32term.c b/src/w32term.c
index e22a9dbe1ab..13167385234 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -4439,7 +4439,7 @@ w32_read_socket (sd, expected, hold_quit)
4439 /* Ignore any mouse motion that happened before this 4439 /* Ignore any mouse motion that happened before this
4440 event; any subsequent mouse-movement Emacs events 4440 event; any subsequent mouse-movement Emacs events
4441 should reflect only motion after the 4441 should reflect only motion after the
4442 ButtonPress. */ 4442 ButtonPress. */
4443 f->mouse_moved = 0; 4443 f->mouse_moved = 0;
4444 } 4444 }
4445 last_mouse_frame = f; 4445 last_mouse_frame = f;
diff --git a/src/xdisp.c b/src/xdisp.c
index 8dc34b776c4..909ec688aff 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -17384,7 +17384,7 @@ pint2str (buf, width, d)
17384 17384
17385/* Write a null-terminated, right justified decimal and "human 17385/* Write a null-terminated, right justified decimal and "human
17386 readable" representation of the nonnegative integer D to BUF using 17386 readable" representation of the nonnegative integer D to BUF using
17387 a minimal field width WIDTH. D should be smaller than 999.5e24. */ 17387 a minimal field width WIDTH. D should be smaller than 999.5e24. */
17388 17388
17389static const char power_letter[] = 17389static const char power_letter[] =
17390 { 17390 {
diff --git a/src/xselect.c b/src/xselect.c
index cb76e229e55..72d6aa071ca 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -835,7 +835,7 @@ x_reply_selection_request (event, format, data, size, type)
835 break; 835 break;
836 836
837 /* Now wait for the requester to ack this chunk by deleting the 837 /* Now wait for the requester to ack this chunk by deleting the
838 property. This can run random lisp code or signal. */ 838 property. This can run random lisp code or signal. */
839 TRACE1 ("Waiting for increment ACK (deletion of %s)", 839 TRACE1 ("Waiting for increment ACK (deletion of %s)",
840 XGetAtomName (display, reply.property)); 840 XGetAtomName (display, reply.property));
841 wait_for_property_change (wait_object); 841 wait_for_property_change (wait_object);
@@ -2710,11 +2710,11 @@ FRAME is on. If FRAME is nil, the selected frame is used. */)
2710 else 2710 else
2711 error ("ATOM must be a symbol or a string"); 2711 error ("ATOM must be a symbol or a string");
2712 2712
2713 for (i = 0; i < dpyinfo->x_dnd_atoms_length; ++i) 2713 for (i = 0; i < dpyinfo->x_dnd_atoms_length; ++i)
2714 if (dpyinfo->x_dnd_atoms[i] == x_atom) 2714 if (dpyinfo->x_dnd_atoms[i] == x_atom)
2715 return Qnil; 2715 return Qnil;
2716 2716
2717 if (dpyinfo->x_dnd_atoms_length == dpyinfo->x_dnd_atoms_size) 2717 if (dpyinfo->x_dnd_atoms_length == dpyinfo->x_dnd_atoms_size)
2718 { 2718 {
2719 dpyinfo->x_dnd_atoms_size *= 2; 2719 dpyinfo->x_dnd_atoms_size *= 2;
2720 dpyinfo->x_dnd_atoms = xrealloc (dpyinfo->x_dnd_atoms, 2720 dpyinfo->x_dnd_atoms = xrealloc (dpyinfo->x_dnd_atoms,
@@ -2744,7 +2744,7 @@ x_handle_dnd_message (f, event, dpyinfo, bufp)
2744 int idata[5]; 2744 int idata[5];
2745 size_t i; 2745 size_t i;
2746 2746
2747 for (i = 0; i < dpyinfo->x_dnd_atoms_length; ++i) 2747 for (i = 0; i < dpyinfo->x_dnd_atoms_length; ++i)
2748 if (dpyinfo->x_dnd_atoms[i] == event->message_type) break; 2748 if (dpyinfo->x_dnd_atoms[i] == event->message_type) break;
2749 2749
2750 if (i == dpyinfo->x_dnd_atoms_length) return 0; 2750 if (i == dpyinfo->x_dnd_atoms_length) return 0;