about summary refs log tree commit diff stats
path: root/basic.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'basic.lsp')
-rw-r--r--basic.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic.lsp b/basic.lsp
index 0662a09..212006c 100644
--- a/basic.lsp
+++ b/basic.lsp
@@ -1,3 +1,4 @@
+;;  -*- islisp -*-
 ;;; BASIC interpreter
 
 ;; TODO: rewrite some cond/cases as defmethods. Look for calls to "instancep".