Revert "Preload paren.el"
Reverting as the previous commit make this fix not anymore necessary.
This reverts commit 340e527bed
.
This commit is contained in:
parent
9b381a95ef
commit
99c276b3c0
2 changed files with 2 additions and 14 deletions
|
@ -91,19 +91,8 @@ COMPILE_FIRST = \
|
|||
$(lisp)/emacs-lisp/byte-opt.elc \
|
||||
$(lisp)/emacs-lisp/bytecomp.elc
|
||||
ifeq ($(HAVE_NATIVE_COMP),yes)
|
||||
COMPILE_FIRST += \
|
||||
$(lisp)/emacs-lisp/comp.elc \
|
||||
$(lisp)/emacs-lisp/comp-cstr.elc \
|
||||
$(lisp)/emacs-lisp/cl-macs.elc \
|
||||
$(lisp)/emacs-lisp/rx.elc \
|
||||
$(lisp)/emacs-lisp/cl-seq.elc \
|
||||
$(lisp)/help-mode.elc \
|
||||
$(lisp)/emacs-lisp/cl-extra.elc \
|
||||
$(lisp)/emacs-lisp/gv.elc \
|
||||
$(lisp)/emacs-lisp/seq.elc \
|
||||
$(lisp)/emacs-lisp/cl-lib.elc \
|
||||
$(lisp)/emacs-lisp/warnings.elc \
|
||||
$(lisp)/emacs-lisp/subr-x.elc
|
||||
COMPILE_FIRST += $(lisp)/emacs-lisp/comp.elc
|
||||
COMPILE_FIRST += $(lisp)/emacs-lisp/comp-cstr.elc
|
||||
endif
|
||||
COMPILE_FIRST += $(lisp)/emacs-lisp/autoload.elc
|
||||
|
||||
|
|
|
@ -358,7 +358,6 @@
|
|||
(load "vc/ediff-hook")
|
||||
(load "uniquify")
|
||||
(load "electric")
|
||||
(load "paren")
|
||||
|
||||
(load "emacs-lisp/shorthands")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue