Make deprecated :repl setting DRY

This commit is contained in:
Henrik Lissner 2018-06-26 01:46:47 +02:00
parent 6310236f51
commit 77eee38c41
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -18,7 +18,7 @@ function that creates and returns the REPL buffer."
;;;###autoload
(def-setting! :repl (mode command)
:obsolete set-repl-handler!
`(push (cons ,mode ,command) +eval-repls))
`(set-repl-handler! ,mode ,command))
;;