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

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

[nongnu] elpa/dart-mode 69d7c23be7 4/8: Fix compile error and copy right


From: ELPA Syncer
Subject: [nongnu] elpa/dart-mode 69d7c23be7 4/8: Fix compile error and copy right
Date: Mon, 18 Sep 2023 15:59:09 -0400 (EDT)

branch: elpa/dart-mode
commit 69d7c23be7518bcb004860120ba3ea2a7dcfb6de
Author: JenChieh <jcs090218@gmail.com>
Commit: JenChieh <jcs090218@gmail.com>

    Fix compile error and copy right
---
 .github/workflows/test.yml |  1 -
 dart-mode.el               | 12 +++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bbc9581d8b..cf588b1081 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,7 +20,6 @@ jobs:
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
         emacs-version:
-          - 26.3
           - 27.2
           - 28.2
           - 29.1
diff --git a/dart-mode.el b/dart-mode.el
index 69ddd90342..ecc1de2c8a 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -1,9 +1,15 @@
 ;;; dart-mode.el --- Major mode for editing Dart files -*- lexical-binding: t; 
-*-
 
-;; Author: https://github.com/bradyt/dart-mode/issues
-;; URL: https://github.com/bradyt/dart-mode
+;; Copyright (C) 2015-2018  Natalie Weizenbaum
+;; Copyright (C) 2018-2023  Brady Trainor
+;; Copyright (C) 2023  Shen, Jen-Chieh
+
+;; Author: Natalie Weizenbaum <nex342@gmail.com>
+;; Maintainer: Brady Trainor
+;;             Jen-Chieh Shen <jcs090218@gmail.com>
+;; URL: https://github.com/emacsorphanage/dart-mode
 ;; Version: 1.0.7
-;; Package-Requires: ((emacs "24.3"))
+;; Package-Requires: ((emacs "26.3"))
 ;; Keywords: languages
 
 ;; The author is Brady Trainor, but removed from keywords in attempt



reply via email to

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