aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorPaul Eggert2011-12-18 22:21:24 -0800
committerPaul Eggert2011-12-18 22:21:24 -0800
commit99d990817cac77ba755b4e31722c44f6f6bbe3b0 (patch)
tree20ede6f28ea8785e182ee29d753a547409dd39c4 /src/xterm.c
parent3771cb1735b47102e7f94187bcdeb1a4644a557e (diff)
downloademacs-99d990817cac77ba755b4e31722c44f6f6bbe3b0.tar.gz
emacs-99d990817cac77ba755b4e31722c44f6f6bbe3b0.zip
Spelling fixes.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
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;