]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove maintainer comment from Emacs 28 module snippet.
authorPhilipp Stephani <phst@google.com>
Tue, 14 Dec 2021 10:17:37 +0000 (11:17 +0100)
committerPhilipp Stephani <phst@google.com>
Tue, 14 Dec 2021 10:17:37 +0000 (11:17 +0100)
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.

src/module-env-28.h

index f8820b0606be3b8f5cb8fc25bc7b732d01b48135..bea80a5553a28569b7a02dd5dd9287ec414de98f 100644 (file)
@@ -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;