summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/tcover-ses.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-04-19 12:21:01 +0200
committerStefan Kangas <stefan@marxist.se>2021-04-19 12:21:01 +0200
commit0a4dc70830f5e8286b47120cabc750cca07a75c1 (patch)
treeed4911a74033918a5a68fed781ab14771afd8423 /lisp/emacs-lisp/tcover-ses.el
parent518312346d9440d18e224231cb645cb3aaf373ba (diff)
downloademacs-0a4dc70830f5e8286b47120cabc750cca07a75c1.tar.gz
; Normalize and add missing first and last lines
Diffstat (limited to 'lisp/emacs-lisp/tcover-ses.el')
-rw-r--r--lisp/emacs-lisp/tcover-ses.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/tcover-ses.el b/lisp/emacs-lisp/tcover-ses.el
index d9db1d3cdc9..4460fef97bd 100644
--- a/lisp/emacs-lisp/tcover-ses.el
+++ b/lisp/emacs-lisp/tcover-ses.el
@@ -1,4 +1,4 @@
-;;;; testcover-ses.el -- Example use of `testcover' to test "SES" -*- lexical-binding: t; -*-
+;;; tcover-ses.el --- Example use of `testcover' to test "SES" -*- lexical-binding: t; -*-
;; Copyright (C) 2002-2021 Free Software Foundation, Inc.
@@ -716,4 +716,4 @@ spreadsheet files with invalid formatting."
;;Could do this here: (testcover-end "ses.el")
(message "Done"))
-;;; testcover-ses.el ends here.
+;;; tcover-ses.el ends here