summaryrefslogtreecommitdiff
path: root/elisp/geiser-mit.el
AgeCommit message (Collapse)Author
2016-11-09Same as before, but for geiser-mit-source-directory: it's 'directoryJose Antonio Ortega Ruiz
2016-11-09Same as before, but for geiser-mit-source-directory: it's 'directoryJose Antonio Ortega Ruiz
2016-09-30Use (car (process-lines ...)) instead of (shell-command ...)Jordan Brown
`shell-command` assumes Bourne-shell-compatible quoting, which doesn't work when the user isn't using a Bourne-compatible shell. Instead of futzing about with quoting, we can just use `process-lines` to execute a process and pass it arguments directly.
2016-06-13A few byte-compilation warnings silencedJose Antonio Ortega Ruiz
2016-06-11Lower minimum MIT Scheme versionFice T
2016-04-26Add preliminary support for MIT/GNU Scheme.Peter