branch: externals-release/org commit fe70c4d2590a87a4a9371239fe597c2707f2ec2a Author: Kyle Meyer <k...@kyleam.com> Commit: Kyle Meyer <k...@kyleam.com>
ox-koma-letter: Collapse space in copyright line Match the space change made in Emacs's 19dcb237b5b (; Add 2022 to copyright years, 2022-01-01) to avoid noise when syncing to the Emacs repo. --- lisp/ox-koma-letter.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-koma-letter.el b/lisp/ox-koma-letter.el index b605156c8a..5f62cd1c04 100644 --- a/lisp/ox-koma-letter.el +++ b/lisp/ox-koma-letter.el @@ -1,6 +1,6 @@ ;;; ox-koma-letter.el --- KOMA Scrlttr2 Back-End for Org Export Engine -*- lexical-binding: t; -*- -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2022 Free Software Foundation, Inc. ;; Author: Nicolas Goaziou <n.goaziou AT gmail DOT com> ;; Alan Schmitt <alan.schmitt AT polytechnique DOT org>