From: Po Lu Date: Sun, 2 Mar 2025 11:13:01 +0000 (+0800) Subject: ; * test/infra/android/test-driver.el: Don't byte-compile. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c3231d67c4f66e1492d1d7c890ab4d4fd3fc75c;p=emacs.git ; * test/infra/android/test-driver.el: Don't byte-compile. (cherry picked from commit 8e007f79908abf95d5e0495cdf5d8f4a8d32be70) --- 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 @@ ;;; 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: