Emacs: fixed bug with scroll bar not recognized for emacs-nox.

master
Pierre Neidhardt 2013-05-26 21:20:11 +02:00
parent 3d52c9de4d
commit 8fefb829ab
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
(if (fboundp 'tool-bar-mode) (tool-bar-mode -1))
(menu-bar-mode -1)
;; (scroll-bar-mode -1)
(set-scroll-bar-mode 'left)
(if (fboundp 'set-scroll-bar-mode) (set-scroll-bar-mode 'left))
;; Make questions less annoying.
(defalias 'yes-or-no-p 'y-or-n-p)