diff options
| author | Paul Eggert | 2011-12-18 22:21:24 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-18 22:21:24 -0800 |
| commit | 99d990817cac77ba755b4e31722c44f6f6bbe3b0 (patch) | |
| tree | 20ede6f28ea8785e182ee29d753a547409dd39c4 /src/xterm.c | |
| parent | 3771cb1735b47102e7f94187bcdeb1a4644a557e (diff) | |
| download | emacs-99d990817cac77ba755b4e31722c44f6f6bbe3b0.tar.gz emacs-99d990817cac77ba755b4e31722c44f6f6bbe3b0.zip | |
Spelling fixes.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 1f995b3c1a0..e2f356db7b0 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -5151,7 +5151,7 @@ x_scroll_bar_remove (struct scroll_bar *bar) | |||
| 5151 | XDestroyWindow (FRAME_X_DISPLAY (f), bar->x_window); | 5151 | XDestroyWindow (FRAME_X_DISPLAY (f), bar->x_window); |
| 5152 | #endif | 5152 | #endif |
| 5153 | 5153 | ||
| 5154 | /* Disassociate this scroll bar from its window. */ | 5154 | /* Dissociate this scroll bar from its window. */ |
| 5155 | XWINDOW (bar->window)->vertical_scroll_bar = Qnil; | 5155 | XWINDOW (bar->window)->vertical_scroll_bar = Qnil; |
| 5156 | 5156 | ||
| 5157 | UNBLOCK_INPUT; | 5157 | UNBLOCK_INPUT; |