# HG changeset patch # User Adrian Robert # Date 1253668065 0 # Node ID fd551d987ca7d9e5c4316126544c8da26e01ce8d # Parent 677719c71dbcf0db80222f3d257ff9502937b49a * nsterm.m (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY. diff -r 677719c71dbc -r fd551d987ca7 src/ChangeLog --- a/src/ChangeLog Wed Sep 23 00:22:08 2009 +0000 +++ b/src/ChangeLog Wed Sep 23 01:07:45 2009 +0000 @@ -1,6 +1,7 @@ 2009-09-22 Adrian Robert * nsterm.m (CGContextSetFontRenderingMode): Drop declaration. + (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY. * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been deleted (bug #4492). diff -r 677719c71dbc -r fd551d987ca7 src/nsterm.m --- a/src/nsterm.m Wed Sep 23 00:22:08 2009 +0000 +++ b/src/nsterm.m Wed Sep 23 01:07:45 2009 +0000 @@ -5946,7 +5946,7 @@ /* set a timer to repeat, as we can't let superclass do this modally */ scroll_repeat_entry - = [[NSTimer scheduledTimerWithTimeInterval: 0.5 + = [[NSTimer scheduledTimerWithTimeInterval: SCROLL_BAR_FIRST_DELAY target: self selector: @selector (repeatScroll:) userInfo: 0