mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
Put isearch before menu-bar.
This commit is contained in:
parent
4e93bbd48f
commit
6ac403a48f
@ -54,6 +54,8 @@
|
||||
(garbage-collect)
|
||||
(load "indent")
|
||||
(garbage-collect)
|
||||
(load "isearch")
|
||||
(garbage-collect)
|
||||
(load "window")
|
||||
(if (fboundp 'delete-frame)
|
||||
(progn
|
||||
@ -93,8 +95,6 @@
|
||||
(garbage-collect)
|
||||
(load "c-mode")
|
||||
(garbage-collect)
|
||||
(load "isearch")
|
||||
(garbage-collect)
|
||||
(load "replace")
|
||||
(if (eq system-type 'vax-vms)
|
||||
(progn
|
||||
|
Loading…
Reference in New Issue
Block a user