mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Fix merge snafus
* lisp/jsonrpc.el: * lisp/progmodes/eglot.el: Fix merge snafus.
This commit is contained in:
parent
1b31a784bf
commit
8bb5525b62
2 changed files with 3 additions and 43 deletions
|
|
@ -689,6 +689,9 @@ With optional CLEANUP, kill any associated buffers."
|
|||
(when-let (p (slot-value connection '-autoport-inferior)) (delete-process p))
|
||||
(funcall (jsonrpc--on-shutdown connection) connection)))))
|
||||
|
||||
(defvar jsonrpc--in-process-filter nil
|
||||
"Non-nil if inside `jsonrpc--process-filter'.")
|
||||
|
||||
(cl-defun jsonrpc--process-filter (proc string)
|
||||
"Called when new data STRING has arrived for PROC."
|
||||
(when jsonrpc--in-process-filter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue