From fe07d75e18fb2cdd4198b0d9519e133b7d8aeeb0 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Sun, 24 Dec 1995 01:10:37 +0000 Subject: [PATCH] Disable scrollbars until fully functional. --- lisp/term/w32-win.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.2