Mercurial > emacs
changeset 54087:5a946bc3433a
Fix whitespace.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 19 Feb 2004 23:26:06 +0000 |
parents | 86e93d3ccc6e |
children | a594de19dfd0 55d4fe5962fd |
files | src/keyboard.c |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Thu Feb 19 23:21:51 2004 +0000 +++ b/src/keyboard.c Thu Feb 19 23:26:06 2004 +0000 @@ -4985,7 +4985,7 @@ { Lisp_Object string; int charpos; - + posn = (part == ON_LEFT_MARGIN) ? Qleft_margin : Qright_margin; rx = wx, ry = wy; string = marginal_area_string (w, part, &rx, &ry, &charpos, @@ -5468,7 +5468,7 @@ { Lisp_Object position; Lisp_Object head; - + /* Build the position as appropriate for this mouse click. */ struct frame *f = XFRAME (event->frame_or_window); @@ -6573,6 +6573,7 @@ buffer of input_events as we used to do. Instead, we just allocate a small buffer of input events -- and then poll for more input if we read a full buffer of input events. */ + #define NREAD_INPUT_EVENTS 8 static int @@ -6587,7 +6588,6 @@ int discard = 0; int nr; - do { struct input_event buf[NREAD_INPUT_EVENTS]; @@ -6726,7 +6726,7 @@ buf.code = cbuf[i]; buf.frame_or_window = selected_frame; buf.arg = Qnil; - + kbd_buffer_store_event (&buf); /* Don't look at input that follows a C-g too closely. This reduces lossage due to autorepeat on C-g. */ @@ -8268,7 +8268,7 @@ int do_funcall; { Lisp_Object next; - + next = access_keymap (map, key, 1, 0, 1); /* Handle symbol with autoload definition. */ @@ -8283,7 +8283,7 @@ && (!NILP (Farrayp (XSYMBOL (next)->function)) || KEYMAPP (XSYMBOL (next)->function))) next = XSYMBOL (next)->function; - + /* If the keymap gives a function, not an array, then call the function with one arg and use its value instead. */ @@ -9297,7 +9297,7 @@ /* Adjust the function-key-map counters. */ fkey.end += diff; fkey.start += diff; - + goto replay_sequence; } } @@ -11305,7 +11305,7 @@ /* Handling it at such a low-level causes read_key_sequence to get * confused because it doesn't realize that the current_buffer was * changed by read_char. - * + * * initial_define_lispy_key (Vspecial_event_map, "select-window", * "handle-select-window"); */ initial_define_lispy_key (Vspecial_event_map, "save-session",