mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Preload mouse, scroll-bar and select if have multi-frames.
This commit is contained in:
parent
9a1277dd3b
commit
369747519d
@ -52,7 +52,12 @@
|
||||
(load "window")
|
||||
(garbage-collect)
|
||||
(if (fboundp 'delete-frame)
|
||||
(load "frame"))
|
||||
(progn
|
||||
(load "frame")
|
||||
(load "mouse")
|
||||
(garbage-collect)
|
||||
(load "scroll-bar")
|
||||
(load "select")))
|
||||
(garbage-collect)
|
||||
(load "paths.el") ;Don't get confused if someone compiled paths by mistake.
|
||||
(garbage-collect)
|
||||
|
Loading…
Reference in New Issue
Block a user