summaryrefslogtreecommitdiff
path: root/lisp/loadup.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2021-11-30 13:49:36 +0100
committerAndrea Corallo <akrl@sdf.org>2021-11-30 15:42:41 +0100
commit99c276b3c0aee5599c1d281c1e9fe223810784ca (patch)
treec8690405464625f3a1e0d11ba90247cbdf9fc6f3 /lisp/loadup.el
parent9b381a95ef6cd9194d64bfb17fd50bb99fa6cd32 (diff)
downloademacs-99c276b3c0aee5599c1d281c1e9fe223810784ca.tar.gz
Revert "Preload paren.el"
Reverting as the previous commit make this fix not anymore necessary. This reverts commit 340e527bed83ff0382446132c871088ad61d1745.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r--lisp/loadup.el1
1 files changed, 0 insertions, 1 deletions
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")