From 64f77469edbe02013e150d963e44d63411ed0ead 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 (cherry picked from commit d3e98487d08eaed69db827ce489b69da1c7a084e) --- lisp/loadup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/loadup.el b/lisp/loadup.el index 229956571fe..2ffa1af1418 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. -- 2.39.5