diff --git a/modules/feature/eval/autoload/settings.el b/modules/feature/eval/autoload/settings.el index 2849e5fab..443678f7d 100644 --- a/modules/feature/eval/autoload/settings.el +++ b/modules/feature/eval/autoload/settings.el @@ -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)) ;;