Mercurial > emacs
changeset 13831:2b90a48bb3db
Disable scrollbars until fully functional.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Sun, 24 Dec 1995 01:10:37 +0000 |
parents | 8d30151f4acb |
children | 44e936e550ae |
files | lisp/term/w32-win.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/w32-win.el Sun Dec 24 00:38:36 1995 +0000 +++ b/lisp/term/w32-win.el Sun Dec 24 01:10:37 1995 +0000 @@ -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)