
* Another big chunk of v4-require-isms * Allow `#lang framework/keybinding-lang' for keybinding files * Move hierlist sources into "mrlib/hierlist", leave stub behind svn: r10689
5 lines
180 B
Scheme
5 lines
180 B
Scheme
(require mrlib/aligned-pasteboard)
|
|
(with-handlers ([exn? (lambda (x) #f)])
|
|
(send (new pasteboard%) insert (new aligned-editor-snip% (editor (new horizontal-pasteboard%))))
|
|
#t)
|