diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xterm.c b/src/xterm.c index 8fd0c0d24f7..0a54c987387 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* X Communication module for terminals which understand the X protocol. | 1 | /* X Communication module for terminals which understand the X protocol. |
| 2 | 2 | ||
| 3 | Copyright (C) 1989, 1993-2012 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 | ||
| @@ -10844,8 +10844,7 @@ selected window or cursor position is preserved. */); | |||
| 10844 | A value of nil means Emacs doesn't use toolkit scroll bars. | 10844 | A value of nil means Emacs doesn't use toolkit scroll bars. |
| 10845 | With the X Window system, the value is a symbol describing the | 10845 | With the X Window system, the value is a symbol describing the |
| 10846 | X toolkit. Possible values are: gtk, motif, xaw, or xaw3d. | 10846 | X toolkit. Possible values are: gtk, motif, xaw, or xaw3d. |
| 10847 | With MS Windows, the value is t. With Nextstep, the value is | 10847 | With MS Windows or Nextstep, the value is t. */); |
| 10848 | t or nil. */); | ||
| 10849 | #ifdef USE_TOOLKIT_SCROLL_BARS | 10848 | #ifdef USE_TOOLKIT_SCROLL_BARS |
| 10850 | #ifdef USE_MOTIF | 10849 | #ifdef USE_MOTIF |
| 10851 | Vx_toolkit_scroll_bars = intern_c_string ("motif"); | 10850 | Vx_toolkit_scroll_bars = intern_c_string ("motif"); |