Skip to content

Commit

Permalink
set nil to *broadcast*
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Sep 7, 2024
1 parent 1a4df03 commit 6a45d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/lisp-mode/connection.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ to check if input is available."

;;; broadcast

(defvar *broadcast* t)
(defvar *broadcast* nil)

(defun call-with-broadcast-connections (function)
(if (or (self-connection-p (current-connection))
Expand Down

0 comments on commit 6a45d90

Please sign in to comment.