fix(emacs/lean-server): check current-file before send EVAL
This commit is contained in:
parent
f7ff5ec3d6
commit
dd5231d6a7
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ If it's not the same with file-name (default: buffer-file-name), send VISIT cmd.
|
|||
('INFO (lean-flush-changed-lines))
|
||||
('CHECK )
|
||||
('SET ())
|
||||
('EVAL ())))
|
||||
('EVAL (lean-server-check-current-file))))
|
||||
|
||||
(defun lean-server-after-send-cmd (cmd)
|
||||
"Operations to perform after sending a command."
|
||||
|
|
Loading…
Reference in a new issue