Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion el/sclang-interp.el
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,8 @@ Change this if \"cat\" has a non-standard name or location."
(delete-process sclang-cmd-helper-proc))
;; the real command process should now quit automatically,
;; since there is no more writers to the command fifo
(sclang-release-command-fifo))
(sclang-release-command-fifo)
(setq sclang-command-process-previous nil))

(defvar sclang-command-process-previous nil
"Unprocessed command process output.")
Expand Down