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

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

[nongnu] elpa/with-simulated-input f0dbf2fdd9 017/134: Fix a typo


From: ELPA Syncer
Subject: [nongnu] elpa/with-simulated-input f0dbf2fdd9 017/134: Fix a typo
Date: Mon, 10 Jan 2022 23:00:00 -0500 (EST)

branch: elpa/with-simulated-input
commit f0dbf2fdd99c6afe7ab2af83c94a4028e4af9c1c
Author: Ryan C. Thompson <rct@thompsonclan.org>
Commit: Ryan C. Thompson <rct@thompsonclan.org>

    Fix a typo
---
 with-simulated-input.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/with-simulated-input.el b/with-simulated-input.el
index 15cbc411f2..c72d1112da 100644
--- a/with-simulated-input.el
+++ b/with-simulated-input.el
@@ -210,7 +210,7 @@ in `progn'."
 
 (defvar wsi-simulated-idle-time nil)
 
-(defadvice current-idle-time (around simulat-idle-time activate)
+(defadvice current-idle-time (around simulate-idle-time activate)
   "Return the faked value while simulating idle time.
 
 While executing `wsi-simulate-idle-time', this advice causes the



reply via email to

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