]> code.delx.au - gnu-emacs/blobdiff - src/window.h
Don't install keyboard hook when debugged on MS-Windows
[gnu-emacs] / src / window.h
index 84180c96a7d0297d5fbdf1b6f0f22c028bc4b8bb..1fd19369c33b2d51b170f3936d5aee8dadcc719a 100644 (file)
@@ -793,7 +793,7 @@ wset_next_buffers (struct window *w, Lisp_Object val)
    || WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT (W))
 
 #if (defined (HAVE_WINDOW_SYSTEM)                                      \
-     && ((defined (USE_TOOLKIT_SCROLL_BARS) && !defined (HAVE_NS))     \
+     && ((defined (USE_TOOLKIT_SCROLL_BARS))   \
         || defined (HAVE_NTGUI)))
 # define USE_HORIZONTAL_SCROLL_BARS true
 #else