projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8d13f2
)
* test/lisp/emacs-lisp/nadvice-tests.el: Re-add no-byte-compile.
author
Stefan Kangas
<stefan@marxist.se>
Mon, 8 Aug 2022 11:37:43 +0000
(13:37 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Mon, 8 Aug 2022 11:47:15 +0000
(13:47 +0200)
test/lisp/emacs-lisp/nadvice-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/emacs-lisp/nadvice-tests.el
b/test/lisp/emacs-lisp/nadvice-tests.el
index fa76c725655f349d1c8c1b05bef6c6767f1a74c8..a675986b90bf8a64b1fef25eaef2a5ae1551b246 100644
(file)
--- 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