algol68-fringe.a68: Empty row displays are apparently not allowed.
[fringe] / cruft.el
1 ;; scheme indentation
2 (mapc (lambda (item) (put (car item) 'scheme-indent-function (cdr item)))
3 '((with-values . 2) (when . 1) (unless . 1)
4 (condition-case . 1)))