[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/with-editor 1d3f4fec94 5/7: Refresh library header
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/with-editor 1d3f4fec94 5/7: Refresh library header |
Date: |
Fri, 22 Apr 2022 18:59:26 -0400 (EDT) |
branch: elpa/with-editor
commit 1d3f4fec941f9aa1c485cd87d6579d256b6a68c5
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Refresh library header
---
lisp/with-editor.el | 24 +++++++++---------------
1 file changed, 9 insertions(+), 15 deletions(-)
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index b7ed9c4f29..716c47475d 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -1,24 +1,20 @@
-;;; with-editor.el --- Use the Emacsclient as $EDITOR -*- lexical-binding: t
-*-
+;;; with-editor.el --- Use the Emacsclient as $EDITOR -*- lexical-binding:t
-*-
-;; Copyright (C) 2014-2022 The Magit Project Contributors
-;;
-;; You should have received a copy of the AUTHORS.md file. If not,
-;; see https://github.com/magit/with-editor/blob/master/AUTHORS.md.
+;; Copyright (C) 2014-2022 The Magit Project Contributors
;; Author: Jonas Bernoulli <jonas@bernoul.li>
-;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
-;; Keywords: tools
;; Homepage: https://github.com/magit/with-editor
+;; Keywords: processes terminals
-;; Package-Requires: ((emacs "25.1") (compat "28.1.1.0"))
;; Package-Version: 3.2.0-git
+;; Package-Requires: ((emacs "25.1") (compat "28.1.1.0"))
;; SPDX-License-Identifier: GPL-3.0-or-later
-;; This file is free software; you can redistribute it and/or modify
-;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 3, or (at your option)
-;; any later version.
+;; This file is free software: you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published
+;; by the Free Software Foundation, either version 3 of the License,
+;; or (at your option) any later version.
;;
;; This file is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -26,9 +22,7 @@
;; GNU General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
-;; along with Magit. If not, see http://www.gnu.org/licenses.
-
-;; This file is not part of GNU Emacs.
+;; along with this file. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
- [nongnu] elpa/with-editor updated (3d1af157b4 -> 54d1e816ac), ELPA Syncer, 2022/04/22
- [nongnu] elpa/with-editor 1d3f4fec94 5/7: Refresh library header,
ELPA Syncer <=
- [nongnu] elpa/with-editor 8c7672c04b 1/7: Use string-suffix-p instead of string-match-p, ELPA Syncer, 2022/04/22
- [nongnu] elpa/with-editor 78136c418a 2/7: Drop support for Emacs 24, ELPA Syncer, 2022/04/22
- [nongnu] elpa/with-editor 54d1e816ac 7/7: make: Improve creation of autoloads file, ELPA Syncer, 2022/04/22
- [nongnu] elpa/with-editor cb47cdb6ff 4/7: Use string-search instead of string-match-p, ELPA Syncer, 2022/04/22
- [nongnu] elpa/with-editor 4666ad9e87 6/7: make: Right-align target verbs, ELPA Syncer, 2022/04/22
- [nongnu] elpa/with-editor db85a58945 3/7: Depend on compat package, ELPA Syncer, 2022/04/22