summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorBasil L. Contovounesios <basil@contovou.net>2026-02-18 16:48:06 +0100
committerBasil L. Contovounesios <basil@contovou.net>2026-03-14 15:08:15 +0100
commit7077633e67a4acf257b307e79a27b9e8e25c02ce (patch)
treeb3c382feb4f0b50b6d9e6202368f3ff40a5039cc /admin
parent14c0e69c1d16de638976fc51d6435649bca46c0b (diff)
Rename emacs-module.h.in -> emacs-module.in.h
* src/emacs-module.h.in: Rename... * src/emacs-module.in.h: ...to this, for consistency with all other lib/*.in.h files (bug#80428). * Makefile.in (CONFIG_STATUS_FILES_IN): * admin/release-branch.txt: * src/emacs-module.c: All uses updated. * admin/authors.el (authors-renamed-files-alist): Register rename. * configure.ac: Specify non-default AC_CONFIG_FILES input file.
Diffstat (limited to 'admin')
-rw-r--r--admin/authors.el2
-rw-r--r--admin/release-branch.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/admin/authors.el b/admin/authors.el
index 516182a8801..7a1a350beaa 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -1505,6 +1505,8 @@ in the repository.")
;; module.* moved to emacs-module.*
("src/module.h" . "emacs-module.h")
("src/module.c" . "emacs-module.c")
+ ;; Renamed from .h.in to .in.h.
+ ("src/emacs-module.h.in" . "emacs-module.in.h")
("test/src/regex-tests.el" . "regex-emacs-tests.el")
("test/lisp/emacs-lisp/cl-tests.el" . "cl-tests.el")
("url-ns.el" . "url-ns.el")
diff --git a/admin/release-branch.txt b/admin/release-branch.txt
index b59bc12dfb9..0897a83e017 100644
--- a/admin/release-branch.txt
+++ b/admin/release-branch.txt
@@ -60,7 +60,7 @@ Instructions for cutting the Emacs release branch
AC_SUBST_FILE([module_env_snippet_XY+1])
module_env_snippet_XY+1="$srcdir/src/module-env-XY+1.h"
- . adding a new 'struct emacs_env_XY+1' to src/emacs-module.h.in,
+ . adding a new 'struct emacs_env_XY+1' to src/emacs-module.in.h,
with the contents identical to 'struct emacs_env_XY', with one
line added: