summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/seq.el3
-rw-r--r--lisp/emacs-lisp/thunk.el3
2 files changed, 2 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/seq.el b/lisp/emacs-lisp/seq.el
index a20cff16982..73c22d2d4a7 100644
--- a/lisp/emacs-lisp/seq.el
+++ b/lisp/emacs-lisp/seq.el
@@ -3,12 +3,11 @@
;; Copyright (C) 2014-2024 Free Software Foundation, Inc.
;; Author: Nicolas Petton <nicolas@petton.fr>
+;; Maintainer: emacs-devel@gnu.org
;; Keywords: sequences
;; Version: 2.24
;; Package: seq
-;; Maintainer: emacs-devel@gnu.org
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software: you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/thunk.el b/lisp/emacs-lisp/thunk.el
index 1776ca0de40..e2a83b06b30 100644
--- a/lisp/emacs-lisp/thunk.el
+++ b/lisp/emacs-lisp/thunk.el
@@ -3,12 +3,11 @@
;; Copyright (C) 2015-2024 Free Software Foundation, Inc.
;; Author: Nicolas Petton <nicolas@petton.fr>
+;; Maintainer: emacs-devel@gnu.org
;; Keywords: sequences
;; Version: 1.0
;; Package: thunk
-;; Maintainer: emacs-devel@gnu.org
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software: you can redistribute it and/or modify