summaryrefslogtreecommitdiff
path: root/elisp/geiser-plt.el
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-04-28 00:50:18 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-04-28 00:50:18 +0200
commit5ff75890a9b1dbbba5b6a76fd770cb4d2ff72fcc (patch)
tree582876204df8b9273e397bfe62cdc8ae3bae899e /elisp/geiser-plt.el
parent11ed530d2fdf41ab91bf2166bb443ff89785576d (diff)
downloadgeiser-5ff75890a9b1dbbba5b6a76fd770cb4d2ff72fcc.tar.gz
geiser-5ff75890a9b1dbbba5b6a76fd770cb4d2ff72fcc.tar.bz2
Fixes for eval/compilation error display.
Diffstat (limited to 'elisp/geiser-plt.el')
-rw-r--r--elisp/geiser-plt.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/elisp/geiser-plt.el b/elisp/geiser-plt.el
index 77551c6..a410e19 100644
--- a/elisp/geiser-plt.el
+++ b/elisp/geiser-plt.el
@@ -150,6 +150,7 @@ This function uses `geiser-plt-init-file' if it exists."
(put 'sigaction 'scheme-indent-function 1)
(put 'syntax-case 'scheme-indent-function 2)
(put 'syntax/loc 'scheme-indent-function 1)
+(put 'type-case 'scheme-indent-function 'defun)
(put 'unit 'scheme-indent-function 'defun)
(put 'unit/sig 'scheme-indent-function 2)
(put 'unless 'scheme-indent-function 1)