aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-02-21 21:41:01 +0000
committerRichard M. Stallman1994-02-21 21:41:01 +0000
commit0da7cff11d342e3cfa88df4a03d56042accba476 (patch)
tree7408f69a5272afe1d38895eac72901ee70fd9ed7 /src
parent5e2ec73efba99956ac53378f34fc3c18c4951826 (diff)
downloademacs-0da7cff11d342e3cfa88df4a03d56042accba476.tar.gz
emacs-0da7cff11d342e3cfa88df4a03d56042accba476.zip
Whitespace change.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
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;