]> git.eshelyaron.com Git - emacs.git/commitdiff
Disable scrollbars until fully functional.
authorGeoff Voelker <voelker@cs.washington.edu>
Sun, 24 Dec 1995 01:10:37 +0000 (01:10 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Sun, 24 Dec 1995 01:10:37 +0000 (01:10 +0000)
lisp/term/w32-win.el

index c84d67303f6795723be0b455d9aede2eb44c8a7f..d37c8d1cd8d4d7d33180675a5fa1b81fe67bb607 100644 (file)
@@ -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)