summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2021-12-14 11:17:37 +0100
committerPhilipp Stephani <phst@google.com>2021-12-14 11:17:37 +0100
commitf88c1d222f17d3483bf6f387dc41be4366a047ab (patch)
tree79c9da0a2f1f7baf7873adacdeda90c67721e9d1
parent3607508f3ffa3c32bc913a8be08f3d00bcde8027 (diff)
downloademacs-f88c1d222f17d3483bf6f387dc41be4366a047ab.tar.gz
Remove maintainer comment from Emacs 28 module snippet.
This is the same as 44c13eefe8d30841000a96d82f467fb8d222e365 on master. We should also remove this comment on the release branch, otherwise it ends up in the emacs-module.h shipped to users. * src/module-env-28.h: Remove maintainer comment.
-rw-r--r--src/module-env-28.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/module-env-28.h b/src/module-env-28.h
index f8820b0606b..bea80a5553a 100644
--- a/src/module-env-28.h
+++ b/src/module-env-28.h
@@ -1,7 +1,3 @@
- /* Add module environment functions newly added in Emacs 28 here.
- Before Emacs 28 is released, remove this comment and start
- module-env-29.h on the master branch. */
-
void (*(*EMACS_ATTRIBUTE_NONNULL (1)
get_function_finalizer) (emacs_env *env,
emacs_value arg)) (void *) EMACS_NOEXCEPT;