Standardize naming of repl handler commands
This commit is contained in:
parent
01fa9ec169
commit
11a6c03d69
6 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; lang/scheme/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(defun +scheme/repl (&optional arg)
|
||||
(defun +scheme/open-repl (&optional arg)
|
||||
"Open the Scheme REPL."
|
||||
(interactive "P")
|
||||
(switch-to-geiser arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue