aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPo Lu2025-03-02 19:13:01 +0800
committerPo Lu2025-03-02 19:15:48 +0800
commit8e007f79908abf95d5e0495cdf5d8f4a8d32be70 (patch)
tree8cc3dcbff901d75f1f6f9edc357dd4ddec268249
parentecbb0808657e04c0e561e9d62c0ade39eb01351b (diff)
downloademacs-8e007f79908abf95d5e0495cdf5d8f4a8d32be70.tar.gz
emacs-8e007f79908abf95d5e0495cdf5d8f4a8d32be70.zip
; * test/infra/android/test-driver.el: Don't byte-compile.
-rw-r--r--test/infra/android/test-driver.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/infra/android/test-driver.el b/test/infra/android/test-driver.el
index dad557784d1..5afbb78cdcd 100644
--- a/test/infra/android/test-driver.el
+++ b/test/infra/android/test-driver.el
@@ -1,5 +1,5 @@
1;;; Receive and execute Lisp code submitted by a test controller. -*- lexical-binding: t; -*- 1;;; Receive and execute Lisp code submitted by a test controller. -*- lexical-binding: t; -*-
2;;; $Id: ats-driver.el,v 1.7 2025/02/25 07:58:35 jw Exp $ 2;;; $Id: ats-driver.el,v 1.8 2025/03/02 11:11:56 jw Exp $
3 3
4;; Copyright (C) 2025 Free Software Foundation, Inc. 4;; Copyright (C) 2025 Free Software Foundation, Inc.
5 5
@@ -41,8 +41,7 @@
41 41
42(defface ats-header '((t :height 1.3 :weight bold 42(defface ats-header '((t :height 1.3 :weight bold
43 :inherit variable-pitch)) 43 :inherit variable-pitch))
44 "Face of ATS header elements." 44 "Face of ATS header elements.")
45 :group 'silence-byte-compiler)
46 45
47(defvar-local ats-in-eval nil 46(defvar-local ats-in-eval nil
48 "Whether an `-eval' command is being processed and form's size.") 47 "Whether an `-eval' command is being processed and form's size.")
@@ -220,4 +219,5 @@ the controller."
220;; Local Variables: 219;; Local Variables:
221;; emacs-lisp-docstring-fill-column: 64 220;; emacs-lisp-docstring-fill-column: 64
222;; indent-tabs-mode: t 221;; indent-tabs-mode: t
222;; no-byte-compile: t
223;; End: 223;; End: