Restore Nyquist *runtime-path*

This commit is contained in:
SteveDaulton 2020-01-15 01:37:28 +00:00 committed by Leland Lucius
parent 883aafe8dc
commit a661bc6220
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@
(defmacro play (expr)
`(s-save-autonorm ,expr NY:ALL *default-sound-file* :play *soundenable*))
(setf *runtime-path* (current-path))
(display "system.lsp" *runtime-path*)
;; for Linux, modify s-plot (defined in nyquist.lsp) by saving s-plot
;; in standard-s-plot, then call gnuplot to display the points.
;;