* src/nsterm.m ([EmacsView mouseDown:]): Move variables into the block
where they're used.
{
struct ns_display_info *dpyinfo = FRAME_DISPLAY_INFO (emacsframe);
NSPoint p = [self convertPoint: [theEvent locationInWindow] fromView: nil];
- int x = 0, y = 0;
NSTRACE ("[EmacsView mouseDown:]");
*/
bool horizontal;
int lines = 0;
+ int x = 0, y = 0;
int scrollUp = NO;
/* FIXME: At the top or bottom of the buffer we should