diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-04-19 12:21:01 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-04-19 12:21:01 +0200 |
commit | 0a4dc70830f5e8286b47120cabc750cca07a75c1 (patch) | |
tree | ed4911a74033918a5a68fed781ab14771afd8423 /test/misc/test-custom-noloads.el | |
parent | 518312346d9440d18e224231cb645cb3aaf373ba (diff) | |
download | emacs-0a4dc70830f5e8286b47120cabc750cca07a75c1.tar.gz emacs-0a4dc70830f5e8286b47120cabc750cca07a75c1.tar.bz2 emacs-0a4dc70830f5e8286b47120cabc750cca07a75c1.zip |
; Normalize and add missing first and last lines
Diffstat (limited to 'test/misc/test-custom-noloads.el')
-rw-r--r-- | test/misc/test-custom-noloads.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/misc/test-custom-noloads.el b/test/misc/test-custom-noloads.el index 6fa6a6c90d7..5e95e7d7740 100644 --- a/test/misc/test-custom-noloads.el +++ b/test/misc/test-custom-noloads.el @@ -1,4 +1,4 @@ -;;; test-custom-deps.el --- Test custom noloads -*- lexical-binding:t -*- +;;; test-custom-noloads.el --- Test custom noloads -*- lexical-binding:t -*- ;; Copyright (C) 2021 Free Software Foundation, Inc. @@ -42,4 +42,4 @@ (cus-test-noloads) (should-not cus-test-vars-not-cus-loaded)) -;;; test-custom-deps.el ends here +;;; test-custom-noloads.el ends here |