; Silence byte-compiler in Android tests

This commit is contained in:
Stefan Kangas 2025-03-02 08:37:07 +01:00
parent 2ba2157a61
commit c4232a08f1
2 changed files with 3 additions and 2 deletions

View 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.

View 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.")