]> git.eshelyaron.com Git - emacs.git/commitdiff
; Silence byte-compiler in Android tests
authorStefan Kangas <stefankangas@gmail.com>
Sun, 2 Mar 2025 07:37:07 +0000 (08:37 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 21:01:27 +0000 (22:01 +0100)
(cherry picked from commit c4232a08f135b347a24cb75bb901659d45c61787)

test/infra/android/early-init.el
test/infra/android/test-driver.el

index abf8eed269279aee488c33ff647dbaa6d1b2b64f..a9843ac856f855788c0927580b16ae4349acc37c 100644 (file)
@@ -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.
 
index 78774176f0279944910a35a1c10b24dd0d689251..dad557784d1f3e76bd7f9be36099752a0c345f81 100644 (file)
@@ -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.")