From d3e98487d08eaed69db827ce489b69da1c7a084e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 24 Oct 2024 15:39:34 +0800 Subject: [PATCH] ; * lisp/loadup.el: Improve file abstract --- lisp/loadup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/loadup.el b/lisp/loadup.el index 6d1e13f44bf..bd74a9d6aff 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -1,4 +1,4 @@ -;;; loadup.el --- load up standardly loaded Lisp files for Emacs -*- lexical-binding: t; -*- +;;; loadup.el --- load up always-loaded Lisp files for Emacs -*- lexical-binding: t; -*- ;; Copyright (C) 1985-1986, 1992, 1994, 2001-2024 Free Software ;; Foundation, Inc.