Merge pull request #347 from dansanduleac/patch-1

Utop correctly restarts when (not utop-edit-command)
This commit is contained in:
Rudi Grinberg 2021-04-03 20:18:13 -07:00 committed by GitHub
commit 1660e5989a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1081,8 +1081,8 @@ defaults to 0."
"Return the arguments of the utop command to run."
;; Read the command to run
(when utop-edit-command
(setq utop-command (read-shell-command "utop command line: " utop-command))
(utop-arguments)))
(setq utop-command (read-shell-command "utop command line: " utop-command)))
(utop-arguments))
(defun utop-start (arguments)
"Start utop given ARGUMENTS."