diff options
Diffstat (limited to 'test/src/textprop-tests.el')
-rw-r--r-- | test/src/textprop-tests.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/src/textprop-tests.el b/test/src/textprop-tests.el index 1dcfa8ea29d..d6cee6b6cbe 100644 --- a/test/src/textprop-tests.el +++ b/test/src/textprop-tests.el @@ -1,6 +1,6 @@ -;;; textprop-tests.el --- Test suite for text properties. +;;; textprop-tests.el --- Test suite for text properties. -*- lexical-binding: t -*- -;; Copyright (C) 2015-2017 Free Software Foundation, Inc. +;; Copyright (C) 2015-2022 Free Software Foundation, Inc. ;; Author: Wolfgang Jenkner <wjenkner@inode.at> ;; Keywords: internal @@ -69,4 +69,4 @@ (null stack))))) (provide 'textprop-tests) -;; textprop-tests.el ends here. +;;; textprop-tests.el ends here |