aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 57fdf070850..8a0e9efc943 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
3Copyright (C) 1989, 1993-2012 Free Software Foundation, Inc. 3Copyright (C) 1989, 1993-2012 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
@@ -6432,8 +6432,7 @@ baseline level. The default value is nil. */);
6432A value of nil means Emacs doesn't use toolkit scroll bars. 6432A value of nil means Emacs doesn't use toolkit scroll bars.
6433With the X Window system, the value is a symbol describing the 6433With the X Window system, the value is a symbol describing the
6434X toolkit. Possible values are: gtk, motif, xaw, or xaw3d. 6434X toolkit. Possible values are: gtk, motif, xaw, or xaw3d.
6435With MS Windows, the value is t. With Nextstep, the value is 6435With MS Windows or Nextstep, the value is t. */);
6436t or nil. */);
6437 Vx_toolkit_scroll_bars = Qt; 6436 Vx_toolkit_scroll_bars = Qt;
6438 6437
6439 staticpro (&last_mouse_motion_frame); 6438 staticpro (&last_mouse_motion_frame);