diff options
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32term.c b/src/w32term.c index 29ac9d119b4..f764ad9d218 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Implementation of GUI terminal on the Microsoft W32 API. | 1 | /* Implementation of GUI terminal on the Microsoft W32 API. |
| 2 | 2 | ||
| 3 | Copyright (C) 1989, 1993-2011 Free Software Foundation, Inc. | 3 | Copyright (C) 1989, 1993-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -3388,7 +3388,7 @@ w32_set_scroll_bar_thumb (struct scroll_bar *bar, | |||
| 3388 | if (whole) | 3388 | if (whole) |
| 3389 | { | 3389 | { |
| 3390 | /* Position scroll bar at rock bottom if the bottom of the | 3390 | /* Position scroll bar at rock bottom if the bottom of the |
| 3391 | buffer is visible. This avoids shinking the thumb away | 3391 | buffer is visible. This avoids shrinking the thumb away |
| 3392 | to nothing if it is held at the bottom of the buffer. */ | 3392 | to nothing if it is held at the bottom of the buffer. */ |
| 3393 | if (position + portion >= whole && !draggingp) | 3393 | if (position + portion >= whole && !draggingp) |
| 3394 | { | 3394 | { |