lang/common-lisp: fix consp errors on load

This commit is contained in:
Henrik Lissner 2018-10-07 00:35:25 -04:00
parent d84b516cf4
commit e70a8d925e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -18,8 +18,8 @@
:documentation #'sly-describe-symbol) :documentation #'sly-describe-symbol)
(sp-with-modes '(sly-mrepl-mode) (sp-with-modes '(sly-mrepl-mode)
(sp-local-pair "'" "'" :actions :rem) (sp-local-pair "'" "'" :actions nil)
(sp-local-pair "`" "`" :actions :rem)) (sp-local-pair "`" "`" :actions nil))
;; ;;
(defun +common-lisp|cleanup-sly-maybe () (defun +common-lisp|cleanup-sly-maybe ()