diff options
author | Peter Bex <peter@more-magic.net> | 2012-10-02 15:31:03 +0100 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2012-10-02 15:31:03 +0100 |
commit | af93407cb40916a85d444dc62174d3b421b8842c (patch) | |
tree | 22a91171406f7846540668e0aad47fa549b17bf2 /scsh-process.setup | |
parent | 6907a5c947daab579d656cede43589d31dcd808c (diff) | |
download | scsh-process-af93407cb40916a85d444dc62174d3b421b8842c.tar.gz |
Fix setup script and remove untrue and misleading comment
Diffstat (limited to 'scsh-process.setup')
-rw-r--r-- | scsh-process.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scsh-process.setup b/scsh-process.setup index 50c62e1..379afa1 100644 --- a/scsh-process.setup +++ b/scsh-process.setup @@ -1,2 +1,2 @@ ;; -*- Scheme -*- -(standard-extension scsh-process 0.1)
\ No newline at end of file +(standard-extension 'scsh-process 0.1) |