From: Stefan Kangas Date: Sun, 2 Mar 2025 07:37:07 +0000 (+0100) Subject: ; Silence byte-compiler in Android tests X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=417d3086104d6d0a5fca4628a1d678f45204806a;p=emacs.git ; Silence byte-compiler in Android tests (cherry picked from commit c4232a08f135b347a24cb75bb901659d45c61787) --- diff --git a/test/infra/android/early-init.el b/test/infra/android/early-init.el index abf8eed2692..a9843ac856f 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 -*- ;; Copyright (C) 2025 Free Software Foundation, Inc. diff --git a/test/infra/android/test-driver.el b/test/infra/android/test-driver.el index 78774176f02..dad557784d1 100644 --- a/test/infra/android/test-driver.el +++ b/test/infra/android/test-driver.el @@ -41,7 +41,8 @@ (defface ats-header '((t :height 1.3 :weight bold :inherit variable-pitch)) - "Face of ATS header elements.") + "Face of ATS header elements." + :group 'silence-byte-compiler) (defvar-local ats-in-eval nil "Whether an `-eval' command is being processed and form's size.")