From f69f4f8045fed8107a83c6ff96e12a7411da2181 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 2 Mar 2025 19:00:36 +0100 Subject: [PATCH] ; Add missing lexical-binding cookies (cherry picked from commit 56202138a3f63875b962ecec70afd46b19c23e00) --- test/infra/android/early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/infra/android/early-init.el b/test/infra/android/early-init.el index 379b557279f..8f6767f54cf 100644 --- a/test/infra/android/early-init.el +++ b/test/infra/android/early-init.el @@ -1,4 +1,4 @@ -;;; Suppress deletion of the initial frame by `frame-initialize'. +;;; Suppress deletion of the initial frame by `frame-initialize'. -*- lexical-binding:t -*- ;; $Id: early-init.el,v 1.2 2025/03/02 11:18:42 jw Exp $ ;; Copyright (C) 2025 Free Software Foundation, Inc. -- 2.39.5