aboutsummaryrefslogtreecommitdiff
path: root/alsalisp
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2003-09-03 19:25:08 +0000
committerJaroslav Kysela <perex@perex.cz>2003-09-03 19:25:08 +0000
commit6ad93ac89216a0659209aebd2d7df7b418c926f0 (patch)
tree41c430b33b2130bdab224fe9082c035b80b5331a /alsalisp
parent95418afc67bff7238ee4e429f505e54baca73ecd (diff)
added snd_user_file() function
alisp extensions - added nth, include, path commands - added auto-exec functionality - added helpers for C<->lisp interoperability
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")