From 36f32ac3d952c7369045a883c1b58eea49a143d5 Mon Sep 17 00:00:00 2001 From: Max Nikulin Date: Sat, 9 Mar 2024 17:33:51 +0700 Subject: [PATCH 2/3] testing: Fix misleading file headers * testing/lisp/test-org-tempo.el: * testing/lisp/test-property-inheritance.el: Do not refer to non-existing file names in the file header. --- testing/lisp/test-org-tempo.el | 2 +- testing/lisp/test-property-inheritance.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/lisp/test-org-tempo.el b/testing/lisp/test-org-tempo.el index e4c2b9184..0760d4532 100644 --- a/testing/lisp/test-org-tempo.el +++ b/testing/lisp/test-org-tempo.el @@ -1,4 +1,4 @@ -;;; test-org-tempo.el --- Tests for test-org-tempo.el -*- lexical-binding: t; -*- +;;; test-org-tempo.el --- Tests for org-tempo.el -*- lexical-binding: t; -*- ;; Copyright (C) 2017, 2019 Rasmus Pank Roulund diff --git a/testing/lisp/test-property-inheritance.el b/testing/lisp/test-property-inheritance.el index ede25b490..c8976d6cc 100644 --- a/testing/lisp/test-property-inheritance.el +++ b/testing/lisp/test-property-inheritance.el @@ -1,4 +1,4 @@ -;;; test-property-inheritance.el --- tests for property-inheritance.el -*- lexical-binding: t; -*- +;;; test-property-inheritance.el --- tests of property inheritance -*- lexical-binding: t; -*- ;; Copyright (c) 2011-2014, 2019 Eric Schulte ;; Authors: Eric Schulte -- 2.39.2