diff options
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h index 0a4bdb6e891..f45ca39bb93 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -744,7 +744,7 @@ extern Lisp_Object Vminibuf_scroll_window; | |||
| 744 | /* Nil or a symbol naming the window system under which emacs is | 744 | /* Nil or a symbol naming the window system under which emacs is |
| 745 | running ('x is the only current possibility) */ | 745 | running ('x is the only current possibility) */ |
| 746 | 746 | ||
| 747 | extern Lisp_Object Vwindow_system; | 747 | extern Lisp_Object Vinitial_window_system; |
| 748 | 748 | ||
| 749 | /* Version number of X windows: 10, 11 or nil. */ | 749 | /* Version number of X windows: 10, 11 or nil. */ |
| 750 | 750 | ||