; Silence byte-compiler in Android tests
This commit is contained in:
parent
2ba2157a61
commit
c4232a08f1
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.")
|
||||
|
|
Loading…
Add table
Reference in a new issue