From cf30432a14b935726cd0845ae490bdd5b94625ab Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 8 Aug 2022 13:37:43 +0200 Subject: [PATCH] * test/lisp/emacs-lisp/nadvice-tests.el: Re-add no-byte-compile. --- test/lisp/emacs-lisp/nadvice-tests.el | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2