From aa00af4e17dfd512a75760ae7d333d4cf6a08d59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gerd=20M=C3=B6llmann?= Date: Sat, 15 Oct 2022 15:10:36 +0200 Subject: [PATCH] Consider shorthands out of scope * lisp/loadup.el ("emacs-lisp/shorthands"): Comment out. --- lisp/loadup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/loadup.el b/lisp/loadup.el index c01c827a75e..cf8552dc523 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -363,7 +363,7 @@ (load "electric") (load "paren") -(load "emacs-lisp/shorthands") +;(load "emacs-lisp/shorthands") (load "emacs-lisp/eldoc") (load "cus-start") ;Late to reduce customize-rogue (needs loaddefs.el anyway) -- 2.39.2