]> git.eshelyaron.com Git - emacs.git/commitdiff
Consider shorthands out of scope
authorGerd Möllmann <gerd@gnu.org>
Sat, 15 Oct 2022 13:10:36 +0000 (15:10 +0200)
committerGerd Möllmann <gerd@gnu.org>
Sat, 15 Oct 2022 13:10:36 +0000 (15:10 +0200)
* lisp/loadup.el ("emacs-lisp/shorthands"): Comment out.

lisp/loadup.el

index c01c827a75e05251422b54b7abd9acee29614c77..cf8552dc52321d85e6f6b25b50c92d33263b565a 100644 (file)
 (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)