From: Gerd Möllmann Date: Sat, 15 Oct 2022 13:10:36 +0000 (+0200) Subject: Consider shorthands out of scope X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa00af4e17dfd512a75760ae7d333d4cf6a08d59;p=emacs.git Consider shorthands out of scope * lisp/loadup.el ("emacs-lisp/shorthands"): Comment out. --- 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)