From da3a50d3d4c610956e855147866533253ce48d47 Mon Sep 17 00:00:00 2001
From: Philipp Stephani
Date: Tue, 25 Aug 2026 16:30:24 +0200
Subject: [PATCH] Remove a reference to Emacs 29
---
elisp/private/tools/build_emacs.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elisp/private/tools/build_emacs.cc b/elisp/private/tools/build_emacs.cc
index ef3589fa..3cb9aef6 100644
--- a/elisp/private/tools/build_emacs.cc
+++ b/elisp/private/tools/build_emacs.cc
@@ -210,7 +210,7 @@ static absl::Status Build(const FileName& source, const FileName& install,
RULES_ELISP_NATIVE_LITERAL("CFLAGS=") + NativeString(cflags),
RULES_ELISP_NATIVE_LITERAL("LDFLAGS=") + NativeString(ldflags),
// Try to work around https://bugs.gnu.org/79489 in older Emacsen.
- // FIXME: Remove this once we drop support for Emacs 29 and 30.
+ // FIXME: Remove this once we drop support for Emacs 30.
RULES_ELISP_NATIVE_LITERAL(
"ac_cv_func_posix_spawn_file_actions_addchdir=no"),
};