mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(menu-bar-left-scroll-bar): Set `scroll-bar-mode'
to `left'.
This commit is contained in:
parent
96ae58c8ac
commit
0e5ddee193
@ -1,3 +1,8 @@
|
||||
2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
|
||||
|
||||
* menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
|
||||
to `left'.
|
||||
|
||||
2003-01-01 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
|
||||
|
@ -791,7 +791,7 @@ PROPS are additional properties."
|
||||
(defun menu-bar-left-scroll-bar ()
|
||||
"Display scroll bars on the left of each window."
|
||||
(interactive)
|
||||
(customize-set-variable 'scroll-bar-mode 'right))
|
||||
(customize-set-variable 'scroll-bar-mode 'left))
|
||||
|
||||
(define-key menu-bar-showhide-scroll-bar-menu [none]
|
||||
'(menu-item "None"
|
||||
|
Loading…
Reference in New Issue
Block a user