fix all the definitions affected by defdisplay refactoring
[clinton/lisp-on-lines.git] / src / backwards-compat.lisp
CommitLineData
a310ff0d
DC
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