Skip to content

Commit b475f1c

Browse files
committed
Fixed cl.
1 parent 42370a4 commit b475f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

multi-shell.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
(defun multi-shell--run-shell-procss-by-type ()
6060
"Run the shell process by current type."
6161
(cl-case multi-shell-prefer-shell-type
62-
('shell (shell))
63-
('eshell (eshell))))
62+
(shell (shell))
63+
(eshell (eshell))))
6464

6565
(defun multi-shell--form-name (base)
6666
"Form the shell name by BASE."

0 commit comments

Comments
 (0)