mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(toplevel): Check for x-toolkit-scroll-bars instead
of x-toolkit-scroll-bars-p.
This commit is contained in:
parent
1fc6e68101
commit
9315353b53
@ -118,7 +118,7 @@
|
||||
(if (fboundp 'track-mouse)
|
||||
(progn
|
||||
(load "mouse")
|
||||
(and (boundp 'x-toolkit-scroll-bars-p)
|
||||
(and (boundp 'x-toolkit-scroll-bars)
|
||||
(load "scroll-bar"))
|
||||
(load "select")))
|
||||
(load "isearch")
|
||||
|
Loading…
Reference in New Issue
Block a user