summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1995-12-24 01:10:37 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1995-12-24 01:10:37 +0000
commitb1a3cb367b9b61901d3b105415015906f5baa3e0 (patch)
treea4bf42bb092b5d02eab6e8ca5effab27779f8065 /lisp/term
parent9e58ea7acfaaa51ea987be23def40fd25962cb07 (diff)
downloademacs-b1a3cb367b9b61901d3b105415015906f5baa3e0.tar.gz
Disable scrollbars until fully functional.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/w32-win.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index c84d67303f6..d37c8d1cd8d 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -75,6 +75,9 @@
(require 'select)
(require 'menu-bar)
+;; Disable until scrollbars are fully functional
+(scroll-bar-mode nil)
+
(defvar x-invocation-args)
(defvar x-command-line-resources nil)