emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 f88c1d2: Remove maintainer comment from Emacs 28 module snippet


From: Philipp Stephani
Subject: emacs-28 f88c1d2: Remove maintainer comment from Emacs 28 module snippet.
Date: Tue, 14 Dec 2021 05:19:16 -0500 (EST)

branch: emacs-28
commit f88c1d222f17d3483bf6f387dc41be4366a047ab
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    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.
---
 src/module-env-28.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/module-env-28.h b/src/module-env-28.h
index f8820b0..bea80a5 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]