Fix wrong-num-of-args on +eval/open-repl-same-window #1291
This commit is contained in:
parent
49bbc7107f
commit
be6efd8dbf
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
(point-max)))
|
||||
buffer)))
|
||||
|
||||
(defun +eval-open-repl (prompt-p other-window-p)
|
||||
(defun +eval-open-repl (prompt-p &optional other-window-p)
|
||||
(let ((command (cdr (assq major-mode +eval-repls))))
|
||||
(when (or (not command) prompt-p)
|
||||
(let* ((choices (or (cl-loop for sym being the symbols
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue