Revert "Preload paren.el"

Reverting as the previous commit make this fix not anymore necessary.

This reverts commit 340e527bed.
This commit is contained in:
Andrea Corallo 2021-11-30 13:49:36 +01:00
parent 9b381a95ef
commit 99c276b3c0
2 changed files with 2 additions and 14 deletions

View file

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

View file

@ -358,7 +358,6 @@
(load "vc/ediff-hook")
(load "uniquify")
(load "electric")
(load "paren")
(load "emacs-lisp/shorthands")