Go to file
Matthew Flatt 7d725504cd racket/gui: change some eq? to object=?
Some places in the editor API accept an object as an argument
where the object's identity is relevant. In that case, `object=?`
must be used instead of `eq?` to work right with contracts.

original commit: dc0653383f1eb54b05afc0c6f09106536950d0ca
2014-02-10 06:25:32 -07:00
pkgs racket/gui: change some eq? to object=? 2014-02-10 06:25:32 -07:00