Close *Completions* buffer after evaluation
This is a quick fix for #84. There might be a better place in the code for the fix but this certainly does the trick.
This commit is contained in:
parent
50a398744a
commit
081a10dadd
|
@ -669,6 +669,7 @@ automatically inserted by utop.
|
|||
|
||||
If ADD-TO-HISTORY is t then the input will be added to history."
|
||||
(interactive)
|
||||
(minibuffer-hide-completions)
|
||||
(with-current-buffer utop-buffer-name
|
||||
(when (eq utop-state 'edit)
|
||||
;; Clear saved pending position
|
||||
|
|
Loading…
Reference in New Issue