diff options
| author | Sean Whitton | 2024-10-24 15:39:34 +0800 |
|---|---|---|
| committer | Sean Whitton | 2024-10-24 15:39:34 +0800 |
| commit | d3e98487d08eaed69db827ce489b69da1c7a084e (patch) | |
| tree | 4252b490c1b78085a44d4d96d795f9ed8cb10033 | |
| parent | 1a91d37a21c43e4941f6c5913bcab507161e6be6 (diff) | |
| download | emacs-d3e98487d08eaed69db827ce489b69da1c7a084e.tar.gz emacs-d3e98487d08eaed69db827ce489b69da1c7a084e.zip | |
; * lisp/loadup.el: Improve file abstract
| -rw-r--r-- | lisp/loadup.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 1 | ;;; loadup.el --- load up standardly loaded Lisp files for Emacs -*- lexical-binding: t; -*- | 1 | ;;; loadup.el --- load up always-loaded Lisp files for Emacs -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1992, 1994, 2001-2024 Free Software | 3 | ;; Copyright (C) 1985-1986, 1992, 1994, 2001-2024 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |