Fix non-default REPL's format of command name.
This commit is contained in:
parent
d667a2a292
commit
bac1ff173d
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
(format "+%s/open-%srepl" module
|
(format "+%s/open-%srepl" module
|
||||||
(if (string= repl "default")
|
(if (string= repl "default")
|
||||||
""
|
""
|
||||||
repl))))))
|
(concat repl "-")))))))
|
||||||
(let ((region (if (use-region-p)
|
(let ((region (if (use-region-p)
|
||||||
(buffer-substring-no-properties (region-beginning)
|
(buffer-substring-no-properties (region-beginning)
|
||||||
(region-end)))))
|
(region-end)))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue