Merge pull request #347 from dansanduleac/patch-1
Utop correctly restarts when (not utop-edit-command)
This commit is contained in:
commit
1660e5989a
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue