1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-26 00:01:47 -07: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")