diff options
| author | Glenn Morris | 2012-02-01 21:12:57 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-02-01 21:12:57 -0500 |
| commit | 44f9273998bc2b42e2b17b4bb35b4e0f0e1cf27d (patch) | |
| tree | b3005c8ac021b04077e12014ac7f4026516cbbf1 /src/xterm.c | |
| parent | 953a8c3b9c08da070b7367f3b0c2c5af95e0b130 (diff) | |
| download | emacs-44f9273998bc2b42e2b17b4bb35b4e0f0e1cf27d.tar.gz emacs-44f9273998bc2b42e2b17b4bb35b4e0f0e1cf27d.zip | |
Native scroll-bars are not implemented for Nextstep (bug#10673)
* configure.in [HAVE_NS]: Error if use --without-toolkit-scroll-bars.
* src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
Unconditionally set to t.
* src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
* src/w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
* src/xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
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"); |