[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/eglot 327119e 04/11: Shoosh compiler
From: |
João Távora |
Subject: |
[elpa] externals/eglot 327119e 04/11: Shoosh compiler |
Date: |
Sun, 10 Jun 2018 09:57:28 -0400 (EDT) |
branch: externals/eglot
commit 327119ef5db92d140fb57a79ac356b78061b9444
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>
Shoosh compiler
* eglot.el (eglot-server-ready-p): Use cl-defmethod
---
eglot.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eglot.el b/eglot.el
index 66ba03a..950cf6a 100644
--- a/eglot.el
+++ b/eglot.el
@@ -1153,7 +1153,7 @@ THINGS are either registrations or unregisterations."
(defvar-local eglot--recent-changes nil
"Recent buffer changes as collected by `eglot--before-change'.")
-(defmethod eglot-server-ready-p (_s _what)
+(cl-defmethod eglot-server-ready-p (_s _what)
"Normally ready if no outstanding changes." (not eglot--recent-changes))
(defvar-local eglot--change-idle-timer nil "Idle timer for didChange signals.")
- [elpa] externals/eglot updated (e103d5f -> e460e50), João Távora, 2018/06/10
- [elpa] externals/eglot 1f7bcb1 06/11: Slightly polish the Flymake integration, João Távora, 2018/06/10
- [elpa] externals/eglot 327119e 04/11: Shoosh compiler,
João Távora <=
- [elpa] externals/eglot 7bd271f 05/11: * eglot.el (eglot--make-process): Use 'utf-8-emacs-unix, João Távora, 2018/06/10
- [elpa] externals/eglot 4501831 02/11: Close #12: support purposedly ignoring a server capability, João Távora, 2018/06/10
- [elpa] externals/eglot 5e63dcb 03/11: Cleanup the Flymake 26.1 hack slightly, João Távora, 2018/06/10
- [elpa] externals/eglot 133bee1 01/11: Fix typos, João Távora, 2018/06/10
- [elpa] externals/eglot 94fa254 07/11: Close #16: check flymake-mode before calling report-fn, João Távora, 2018/06/10
- [elpa] externals/eglot 1506172 10/11: Close #17: New eglot-ensure to put in a major-mode's hook, João Távora, 2018/06/10
- [elpa] externals/eglot f6bb0a7 08/11: Attempt to handle RLS sophisticated globs for didChangeWWatchedFiles, João Távora, 2018/06/10
- [elpa] externals/eglot e460e50 11/11: * eglot.el (Version): Bump to 0.9, João Távora, 2018/06/10
- [elpa] externals/eglot 935edcc 09/11: Fix indentation address@hidden by previous commit, João Távora, 2018/06/10