]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/infra/android/test-driver.el: Don't byte-compile.
authorPo Lu <luangruo@yahoo.com>
Sun, 2 Mar 2025 11:13:01 +0000 (19:13 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 21:01:31 +0000 (22:01 +0100)
(cherry picked from commit 8e007f79908abf95d5e0495cdf5d8f4a8d32be70)

test/infra/android/test-driver.el

index dad557784d1f3e76bd7f9be36099752a0c345f81..5afbb78cdcdad1113ae0034b1e9a046760d590bd 100644 (file)
@@ -1,5 +1,5 @@
 ;;; Receive and execute Lisp code submitted by a test controller.  -*- lexical-binding: t; -*-
-;;; $Id: ats-driver.el,v 1.7 2025/02/25 07:58:35 jw Exp $
+;;; $Id: ats-driver.el,v 1.8 2025/03/02 11:11:56 jw Exp $
 
 ;; Copyright (C) 2025 Free Software Foundation, Inc.
 
@@ -41,8 +41,7 @@
 
 (defface ats-header '((t :height 1.3 :weight bold
                         :inherit variable-pitch))
-  "Face of ATS header elements."
-  :group 'silence-byte-compiler)
+  "Face of ATS header elements.")
 
 (defvar-local ats-in-eval nil
   "Whether an `-eval' command is being processed and form's size.")
@@ -220,4 +219,5 @@ the controller."
 ;; Local Variables:
 ;; emacs-lisp-docstring-fill-column: 64
 ;; indent-tabs-mode: t
+;; no-byte-compile: t
 ;; End: