branch: master
commit ac3a03468903c35821d1696135ec1c2c42cd4870
Author: Glenn Morris <[email protected]>
Commit: Glenn Morris <[email protected]>
; * packages/fsm/fsm.el: Comment.
---
packages/fsm/fsm.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/fsm/fsm.el b/packages/fsm/fsm.el
index 4ea57c0..5560bf1 100644
--- a/packages/fsm/fsm.el
+++ b/packages/fsm/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