diff options
author | John Paul Wallington <jpw@pobox.com> | 2003-01-02 16:08:15 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2003-01-02 16:08:15 +0000 |
commit | 0e5ddee193d9a944304e025d0956e490bf0b1adb (patch) | |
tree | bb824a9b52b7c3fc304108823ab74346b1871a63 /lisp/menu-bar.el | |
parent | 96ae58c8acaecb6907897a4c928cba4f4eee3e58 (diff) | |
download | emacs-0e5ddee193d9a944304e025d0956e490bf0b1adb.tar.gz |
(menu-bar-left-scroll-bar): Set `scroll-bar-mode'
to `left'.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index ffc25b5da83..9698cd4de91 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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" |