From 99c276b3c0aee5599c1d281c1e9fe223810784ca Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Tue, 30 Nov 2021 13:49:36 +0100 Subject: [PATCH] Revert "Preload paren.el" Reverting as the previous commit make this fix not anymore necessary. This reverts commit 340e527bed83ff0382446132c871088ad61d1745. --- lisp/Makefile.in | 15 ++------------- lisp/loadup.el | 1 - 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 3e764c5a787..60d1d10e5b2 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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 diff --git a/lisp/loadup.el b/lisp/loadup.el index ed1570e778b..3f22ceb94ee 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -358,7 +358,6 @@ (load "vc/ediff-hook") (load "uniquify") (load "electric") -(load "paren") (load "emacs-lisp/shorthands") -- 2.39.5