summaryrefslogtreecommitdiff
path: root/lang/elisp/expand.scm
diff options
context:
space:
mode:
Diffstat (limited to 'lang/elisp/expand.scm')
-rw-r--r--lang/elisp/expand.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/elisp/expand.scm b/lang/elisp/expand.scm
new file mode 100644
index 000000000..0599d5984
--- /dev/null
+++ b/lang/elisp/expand.scm
@@ -0,0 +1,4 @@
+(define-module (lang elisp expand)
+ #:export (expand))
+
+(define (expand x) x)