added snd_user_file() function

alisp extensions
  - added nth, include, path commands
  - added auto-exec functionality
  - added helpers for C<->lisp interoperability
This commit is contained in:
Jaroslav Kysela 2003-09-03 19:25:08 +00:00
parent 95418afc67
commit 6ad93ac892
13 changed files with 668 additions and 93 deletions

View file

@ -88,3 +88,8 @@
(&stat-memory)
(&dump-memory "memory.dump")
(defun autotest () (princ "abcd\n"))
(setq auto-exec 'autotest)
(princ (path 'data) "\n")