branch: elpa/editorconfig commit b8043702f3d977db0e030c6c64ee4a810cad5f45 Author: Jen-Chieh Shen <jcs090...@gmail.com> Commit: GitHub <nore...@github.com>
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 9d4182caa3..f4f7de944a 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 688da44397..c0dedb68f5 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 a5a9ce72c0..b60a253c0b 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 3ff87fa75f..94c2580f59 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 a4fb599270..7c4859ffb5 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 ;; https://github.com/editorconfig/editorconfig-emacs/graphs/contributors