branch: elpa/pacmacs
commit 9375a8a3e7aab286dd871a7f8a22bddc4141691e
Merge: c4c2fbfa6f 784b5c60e4
Author: rexim <[email protected]>
Commit: rexim <[email protected]>
Merge branch 'master' into unterrified-original-possition-171
We need the fixed `att.el` from #177 here
---
.gitignore | 3 ++-
tools/att.el | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 07981c7a56..69eff93d41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
.cask/
dist/
-*.elc
\ No newline at end of file
+*.elc
+att.txt
\ No newline at end of file
diff --git a/tools/att.el b/tools/att.el
index 8a3902c68e..8a18585c8d 100644
--- a/tools/att.el
+++ b/tools/att.el
@@ -10,8 +10,8 @@
(defun att-replayer-finished ()
(f-write (format "Average Tick Time: %fms" (pacmacs--average-tick-time))
'utf-8
- att--result-file-path)
+ att-result-file-path)
(kill-emacs 0))
-(add-hook 'pacmacs-replay-finished-hook #'performance-replayer-finished)
+(add-hook 'pacmacs-replay-finished-hook #'att-replayer-finished)
(pacmacs--start-it-replayer att-it-case-path)