diff options
| author | Richard M. Stallman | 1994-02-21 21:41:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-02-21 21:41:01 +0000 |
| commit | 0da7cff11d342e3cfa88df4a03d56042accba476 (patch) | |
| tree | 7408f69a5272afe1d38895eac72901ee70fd9ed7 /src | |
| parent | 5e2ec73efba99956ac53378f34fc3c18c4951826 (diff) | |
| download | emacs-0da7cff11d342e3cfa88df4a03d56042accba476.tar.gz emacs-0da7cff11d342e3cfa88df4a03d56042accba476.zip | |
Whitespace change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 1bab767b9a6..0c8092b5682 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -2506,7 +2506,7 @@ make_lispy_event (event) | |||
| 2506 | #ifdef USE_X_TOOLKIT | 2506 | #ifdef USE_X_TOOLKIT |
| 2507 | /* The click happened in the menubar. | 2507 | /* The click happened in the menubar. |
| 2508 | Look for the menu item selected. */ | 2508 | Look for the menu item selected. */ |
| 2509 | Lisp_Object items = map_event_to_object(event, f); | 2509 | Lisp_Object items = map_event_to_object (event, f); |
| 2510 | XFASTINT (event->y) = 1; | 2510 | XFASTINT (event->y) = 1; |
| 2511 | #else /* not USE_X_TOOLKIT */ | 2511 | #else /* not USE_X_TOOLKIT */ |
| 2512 | int hpos; | 2512 | int hpos; |