From: Stefan Kangas Date: Mon, 8 Aug 2022 11:37:43 +0000 (+0200) Subject: * test/lisp/emacs-lisp/nadvice-tests.el: Re-add no-byte-compile. X-Git-Tag: emacs-29.0.90~1447^2~320 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf30432a14b935726cd0845ae490bdd5b94625ab;p=emacs.git * test/lisp/emacs-lisp/nadvice-tests.el: Re-add no-byte-compile. --- diff --git a/test/lisp/emacs-lisp/nadvice-tests.el b/test/lisp/emacs-lisp/nadvice-tests.el index fa76c725655..a675986b90b 100644 --- a/test/lisp/emacs-lisp/nadvice-tests.el +++ b/test/lisp/emacs-lisp/nadvice-tests.el @@ -213,4 +213,8 @@ function being an around advice." (should (equal (cl-prin1-to-string (car x)) "#f(advice first :before #f(advice car :after cdr))")))) +;; Local Variables: +;; no-byte-compile: t +;; End: + ;;; nadvice-tests.el ends here