fix(emacs/lean-company): pass dummy continuation for WAIT
This commit is contained in:
parent
0b507777f9
commit
b31edb2cee
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ triggers a completion immediately."
|
|||
(let ((line-number (line-number-at-pos))
|
||||
(column-number (current-column))
|
||||
pattern)
|
||||
(lean-server-send-cmd-sync (lean-cmd-wait) 'identity)
|
||||
(lean-server-send-cmd-sync (lean-cmd-wait) '(lambda () ()))
|
||||
(cond
|
||||
((looking-at (rx symbol-start "_"))
|
||||
(setq pattern (if current-prefix-arg
|
||||
|
|
Loading…
Reference in a new issue