emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/pacmacs 9375a8a3e7 351/472: Merge branch 'master' into unt


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 9375a8a3e7 351/472: Merge branch 'master' into unterrified-original-possition-171
Date: Thu, 6 Jan 2022 21:59:38 -0500 (EST)

branch: elpa/pacmacs
commit 9375a8a3e7aab286dd871a7f8a22bddc4141691e
Merge: c4c2fbfa6f 784b5c60e4
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]