Skip to content

Commit a661bc6

Browse files
SteveDaultonlllucius
authored andcommitted
Restore Nyquist *runtime-path*
1 parent 883aafe commit a661bc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nyquist/system.lsp

+3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171
(defmacro play (expr)
7272
`(s-save-autonorm ,expr NY:ALL *default-sound-file* :play *soundenable*))
7373

74+
(setf *runtime-path* (current-path))
75+
(display "system.lsp" *runtime-path*)
76+
7477
;; for Linux, modify s-plot (defined in nyquist.lsp) by saving s-plot
7578
;; in standard-s-plot, then call gnuplot to display the points.
7679
;;

0 commit comments

Comments
 (0)