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

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

[elpa] externals/fsm f4f4d3a 15/16: ; * packages/fsm/fsm.el: Comment.


From: Stefan Monnier
Subject: [elpa] externals/fsm f4f4d3a 15/16: ; * packages/fsm/fsm.el: Comment.
Date: Sun, 29 Nov 2020 12:00:26 -0500 (EST)

branch: externals/fsm
commit f4f4d3a7565d3b6169d1563777ff616823d5133d
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    ; * packages/fsm/fsm.el: Comment.
---
 fsm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fsm.el b/fsm.el
index 4ea57c0..5560bf1 100644
--- a/fsm.el
+++ b/fsm.el
@@ -72,7 +72,7 @@
 ;;       :start ((init) "Start a pingpong fsm."
 ;;               (interactive "nInit (number, negative to auto-terminate): ")
 ;;               (list :ping (ash (ash init -2) 2) ; 4 is death
-;;                     (when (interactive-p) 0)))
+;;                     (when (called-interactively-p 'interactive) 0)))
 ;;       :state-data-name count
 ;;       :states
 ;;       ((:ping



reply via email to

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