k-l-lambda's picture
added node-addon-lilypond
f65fe85
raw
history blame contribute delete
251 Bytes
(define-module (lang elisp primitives read)
#:use-module (lang elisp internals fset))
;;; MEGA HACK!!!!
(fset 'read (lambda (str)
(cond ((string=? str "?\\M-\\^@")
-134217728)
(else
(with-input-from-string str read)))))