[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#16474: 24.3.50; `set-window-scroll-bars` has no effect after you set
From: |
Drew Adams |
Subject: |
bug#16474: 24.3.50; `set-window-scroll-bars` has no effect after you set it once to zero |
Date: |
Fri, 17 Jan 2014 07:35:21 -0800 (PST) |
> > M-: (set-window-scroll-bars nil 0)
> > The scroll bar disappears.
> > M-: (window-scroll-bars)
> > returns (0 0 nil nil)
> > M-: (set-window-scroll-bars nil 20)
> > has no visible effect.
>
> Third parameter VERTICAL-TYPE specifies the type of the vertical scroll
> bar: left, right, or nil. You specified nil.
Oops. Thx. I will close the bug.