[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/eglot e8f0d89 02/16: * jsonrpc.el (jsonrpc-process-type
From: |
João Távora |
Subject: |
[elpa] externals/eglot e8f0d89 02/16: * jsonrpc.el (jsonrpc-process-type): Actually return process-type. |
Date: |
Mon, 9 Jul 2018 17:27:12 -0400 (EDT) |
branch: externals/eglot
commit e8f0d89d5a985dc0973cbb4938d6f2ce717dec9b
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>
* jsonrpc.el (jsonrpc-process-type): Actually return process-type.
---
jsonrpc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jsonrpc.el b/jsonrpc.el
index ef33a38..56a80f6 100644
--- a/jsonrpc.el
+++ b/jsonrpc.el
@@ -450,7 +450,7 @@ connection object, called when the process dies .")
(defun jsonrpc-process-type (conn)
"Return the `process-type' of JSONRPC connection CONN."
- (let ((proc (jsonrpc--process conn))) (and (process-live-p proc) proc)))
+ (process-type (jsonrpc--process conn)))
(cl-defmethod jsonrpc-running-p ((conn jsonrpc-process-connection))
"Return non-nil if JSONRPC connection CONN is running."
- [elpa] externals/eglot updated (f385d9c -> 07b235f), João Távora, 2018/07/09
- [elpa] externals/eglot e8f0d89 02/16: * jsonrpc.el (jsonrpc-process-type): Actually return process-type.,
João Távora <=
- [elpa] externals/eglot 6239ca6 05/16: Close #30: Fix typo in the solargraph server program, João Távora, 2018/07/09
- [elpa] externals/eglot c94b028 04/16: Fix some rather silly bugs in some interactive specs, João Távora, 2018/07/09
- [elpa] externals/eglot a6fee46 09/16: Fix typo (#35), João Távora, 2018/07/09
- [elpa] externals/eglot 7467c15 11/16: Close #36: Inhibit auto-reconnect until connection is established, João Távora, 2018/07/09
- [elpa] externals/eglot a261a7b 10/16: Close #33: Bind default-directory when launching servers, João Távora, 2018/07/09
- [elpa] externals/eglot 543483a 13/16: Close #37: Unbreak completion when no possible annotation, João Távora, 2018/07/09
- [elpa] externals/eglot 1a61522 08/16: Close #32: Cache buffer's managing server, João Távora, 2018/07/09
- [elpa] externals/eglot 37296ed 14/16: Format documentation in completion annotations, João Távora, 2018/07/09
- [elpa] externals/eglot 45c651e 06/16: Per #31: Unbreak basic imenu functionality, João Távora, 2018/07/09
- [elpa] externals/eglot a99e129 03/16: Adjust timeout strategy when running tests, João Távora, 2018/07/09