1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(toplevel): Check for x-toolkit-scroll-bars instead

of x-toolkit-scroll-bars-p.
This commit is contained in:
Gerd Moellmann 2000-12-27 14:34:53 +00:00
parent 1fc6e68101
commit 9315353b53

View File

@ -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")