From 3c6c3f5a69065dfea31938d7691a912146a53c69 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 7 May 2026 20:04:04 +0100 Subject: [PATCH] ; Fix two file headers misunderstood by authors.el. --- lisp/org/ob-ditaa.el | 3 ++- lisp/progmodes/lua-mode.el | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lisp/org/ob-ditaa.el b/lisp/org/ob-ditaa.el index 55d375a8589..82995d4789c 100644 --- a/lisp/org/ob-ditaa.el +++ b/lisp/org/ob-ditaa.el @@ -2,7 +2,8 @@ ;; Copyright (C) 2009-2026 Free Software Foundation, Inc. -;; Authors: Eric Schulte, Jarmo Hurri +;; Authors: Eric Schulte +;; Jarmo Hurri ;; Keywords: literate programming, reproducible research ;; URL: https://orgmode.org diff --git a/lisp/progmodes/lua-mode.el b/lisp/progmodes/lua-mode.el index ec13bec54b2..dca93a86888 100644 --- a/lisp/progmodes/lua-mode.el +++ b/lisp/progmodes/lua-mode.el @@ -7,11 +7,11 @@ ;; 2006 Juergen Hoetzel ;; 2004 various (support for Lua 5 and byte compilation) ;; 2001 Christian Vogler -;; 1997 Bret Mogilefsky starting from -;; tcl-mode by Gregor Schmid -;; with tons of assistance from -;; Paul Du Bois and -;; Aaron Smith . +;; 1997 Bret Mogilefsky +;; Bret Mogilefsky started from tcl-mode by +;; Gregor Schmid +;; with tons of assistance from Paul Du Bois +;; and Aaron Smith . ;; Maintainer: emacs-devel@gnu.org ;; Keywords: languages, processes, tools