emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/buttercup e1401437a6 1/5: Update minutiae of test-buttercu


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup e1401437a6 1/5: Update minutiae of test-buttercup.el and buttercup-compat.el
Date: Thu, 19 Jan 2023 18:58:30 -0500 (EST)

branch: elpa/buttercup
commit e1401437a622019cfb3199dec8ccc2c18544a71f
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    Update minutiae of test-buttercup.el and buttercup-compat.el
    
    Refer to the correct CI-configuration file.
    
    Update copyright statement with relevant years and maintainers.
    Still does not mention copyright of other contributors, but this
    should at least be more correct than before.
    
    Add local variables as in buttercup.el.
    
    Fix a docstring.
---
 buttercup-compat.el     | 8 +++++++-
 tests/test-buttercup.el | 7 ++++---
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/buttercup-compat.el b/buttercup-compat.el
index 4da8e106e8..e6e60bc169 100644
--- a/buttercup-compat.el
+++ b/buttercup-compat.el
@@ -124,7 +124,13 @@ is a Lisp timestamp in the style of `current-time'."
 
 (unless (boundp 'backtrace-on-error-noninteractive)
   (defvar backtrace-on-error-noninteractive nil
-       "Control eacrly backtrace starting in Emacs 29."))
+       "Control early backtrace starting in Emacs 29."))
 
 (provide 'buttercup-compat)
 ;;; buttercup-compat.el ends here
+
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; tab-width: 8
+;; sentence-end-double-space: nil
+;; End:
diff --git a/tests/test-buttercup.el b/tests/test-buttercup.el
index 44ae900e42..f54eca9cd3 100644
--- a/tests/test-buttercup.el
+++ b/tests/test-buttercup.el
@@ -1,6 +1,7 @@
 ;;; buttercup-test.el --- Tests for buttercup.el -*-lexical-binding:t-*-
 
-;; Copyright (C) 2015, 2021  Jorgen Schaefer <contact@jorgenschaefer.de>
+;; Copyright (C) 2015-2017 Jorgen Schaefer <contact@jorgenschaefer.de>
+;; Copyright (C) 2017-2022 Ola Nilsson <ola.nilsson@gmail.com>
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License
@@ -18,8 +19,8 @@
 ;;; Commentary:
 ;;
 ;; Define test-suites to test buttercup itself. This test suite
-;; should pass for all Emacs versions defined in the .travis.yml file
-;; in the project directory root.
+;; should pass for all Emacs versions defined in the
+;; .github/workflows/test.yml file in the project directory root.
 
 ;;; Code:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]