Mercurial > emacs
changeset 6020:f6fd4af42002
Whitespace change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 21 Feb 1994 21:41:01 +0000 |
parents | 0c0b00572d96 |
children | de651e959736 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Mon Feb 21 21:40:59 1994 +0000 +++ b/src/keyboard.c Mon Feb 21 21:41:01 1994 +0000 @@ -2506,7 +2506,7 @@ #ifdef USE_X_TOOLKIT /* The click happened in the menubar. Look for the menu item selected. */ - Lisp_Object items = map_event_to_object(event, f); + Lisp_Object items = map_event_to_object (event, f); XFASTINT (event->y) = 1; #else /* not USE_X_TOOLKIT */ int hpos;