emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f2b7525e38 5/6: Preload seq


From: Lars Ingebrigtsen
Subject: master f2b7525e38 5/6: Preload seq
Date: Fri, 24 Jun 2022 05:05:00 -0400 (EDT)

branch: master
commit f2b7525e3875cdf5a9b01ca21bc393367ec1f703
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Preload seq
    
    * lisp/loadup.el ("emacs-lisp/seq"): Preload seq since it's now
    almost impossible to do anything in Emacs that doesn't result in
    seq being loaded -- for instance, visiting a .txt file or an .el
    file, so this will speed up Emacs usage for basically everybody.
---
 lisp/loadup.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/loadup.el b/lisp/loadup.el
index f076b8b289..1d834da5b2 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -253,6 +253,7 @@
   ;; A particularly demanding file to load; 1600 does not seem to be enough.
   (load "emacs-lisp/cl-generic"))
 (load "simple")
+(load "emacs-lisp/seq")
 (load "emacs-lisp/nadvice")
 (load "minibuffer") ;Needs cl-generic (and define-minor-mode).
 (load "frame")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]