c2ab9e83153db9a08d46e66cc2e80bd9f6cf3669
[clinton/lisp-on-lines.git] / src / backwards-compat.lisp
1 (in-package :lisp-on-lines)
2
3 ;;;; This file contains various hacks that maintain backwards
4 ;;;; compat for programs written in older versions of LoL.
5
6 ;;;; While we try to maintain this, some things just require breaking
7 ;;;; with the past. You learn to live with it.
8
9
10 ;;!legacy string
11 (defmethod find-attribute-class-for-type ((type (eql 'mewa-string)))
12 'string-attribute)
13