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

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

[nongnu] elpa/pacmacs 0990672a5b 348/472: Fix stupid typos and mistakes


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 0990672a5b 348/472: Fix stupid typos and mistakes -_-
Date: Thu, 6 Jan 2022 21:59:38 -0500 (EST)

branch: elpa/pacmacs
commit 0990672a5b0785bfc754352b0f7ac8bda8c9c13c
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    Fix stupid typos and mistakes -_-
---
 tools/att.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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]