Make deprecated :repl setting DRY
This commit is contained in:
parent
6310236f51
commit
77eee38c41
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue