aboutsummaryrefslogtreecommitdiff
path: root/alsalisp
diff options
context:
space:
mode:
Diffstat (limited to 'alsalisp')
-rw-r--r--alsalisp/hctl.lisp5
1 files changed, 5 insertions, 0 deletions
diff --git a/alsalisp/hctl.lisp b/alsalisp/hctl.lisp
index 2d040411..6348d7bb 100644
--- a/alsalisp/hctl.lisp
+++ b/alsalisp/hctl.lisp
@@ -88,3 +88,8 @@
(&stat-memory)
(&dump-memory "memory.dump")
+
+(defun autotest () (princ "abcd\n"))
+(setq auto-exec 'autotest)
+
+(princ (path 'data) "\n")