branch: scratch/editorconfig-cc commit 71604c32eb30a9ac4316e6294a433c9b3cf10cfa Author: Jen-Chieh Shen <jcs090...@gmail.com> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
chore: Place emacs dependency to the front (#285) * chore: Place emacs dependency infront * Update copyright year --- editorconfig-conf-mode.el | 2 +- editorconfig-core-handle.el | 2 +- editorconfig-core.el | 2 +- editorconfig-fnmatch.el | 2 +- editorconfig.el | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/editorconfig-conf-mode.el b/editorconfig-conf-mode.el index 2694ad48a4..4f84dd708a 100644 --- a/editorconfig-conf-mode.el +++ b/editorconfig-conf-mode.el @@ -1,6 +1,6 @@ ;;; editorconfig-conf-mode.el --- Major mode for editing .editorconfig files -*- lexical-binding: t -*- -;; Copyright (C) 2011-2021 EditorConfig Team +;; Copyright (C) 2011-2022 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el index c94296f9fd..1b914c2e64 100644 --- a/editorconfig-core-handle.el +++ b/editorconfig-core-handle.el @@ -1,6 +1,6 @@ ;;; editorconfig-core-handle.el --- Handle Class for EditorConfig File -*- lexical-binding: t -*- -;; Copyright (C) 2011-2021 EditorConfig Team +;; Copyright (C) 2011-2022 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> diff --git a/editorconfig-core.el b/editorconfig-core.el index 17c90139e9..21c5cc6d2e 100644 --- a/editorconfig-core.el +++ b/editorconfig-core.el @@ -1,6 +1,6 @@ ;;; editorconfig-core.el --- EditorConfig Core library in Emacs Lisp -*- lexical-binding: t -*- -;; Copyright (C) 2011-2021 EditorConfig Team +;; Copyright (C) 2011-2022 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> diff --git a/editorconfig-fnmatch.el b/editorconfig-fnmatch.el index c58c62c78b..68f2f58a55 100644 --- a/editorconfig-fnmatch.el +++ b/editorconfig-fnmatch.el @@ -1,6 +1,6 @@ ;;; editorconfig-fnmatch.el --- Glob pattern matching in Emacs lisp -*- lexical-binding: t -*- -;; Copyright (C) 2011-2021 EditorConfig Team +;; Copyright (C) 2011-2022 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> diff --git a/editorconfig.el b/editorconfig.el index d5ba245c51..06fe6a7d8c 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -1,11 +1,11 @@ ;;; editorconfig.el --- EditorConfig Emacs Plugin -*- lexical-binding: t -*- -;; Copyright (C) 2011-2021 EditorConfig Team +;; Copyright (C) 2011-2022 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> ;; Version: 0.9.1 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme -;; Package-Requires: ((cl-lib "0.5") (nadvice "0.3") (emacs "24")) +;; Package-Requires: ((emacs "24") (cl-lib "0.5") (nadvice "0.3")) ;; See ;; http://github.com/editorconfig/editorconfig-emacs/graphs/contributors