summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-06-04 23:50:10 +0200
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-06-04 23:50:10 +0200
commitb9d5b0e90b7d48b76ca8ee41bdb62e791d094ca6 (patch)
tree7b955704cdbf31bbfb6aebe6646e44c49ff19cb1 /contrib
parent785913c8cc9fb24d07f25914e253bab9f69e2f9f (diff)
downloadratpoison-b9d5b0e90b7d48b76ca8ee41bdb62e791d094ca6.zip
contrib/genrpbindings: correct CL {pre,post}amble
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/genrpbindings5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/genrpbindings b/contrib/genrpbindings
index 935f014..08c5d1d 100755
--- a/contrib/genrpbindings
+++ b/contrib/genrpbindings
@@ -99,7 +99,7 @@ module Ratpoison
module_function :command
PREAMBLE
-# Scheme preamble
+# Common Lisp preamble
print COMMONLISP <<PREAMBLE;
(require :asdf :asdf-utils)
@@ -195,6 +195,9 @@ print ELISP '(provide \'ratpoison-cmd)';
# RUBY postamble
print RUBY "end";
+# COMMON-LISP postamble
+# nothing
+
# PYTHON postamble
# nothing