From: João Távora Date: Tue, 5 Jun 2018 16:28:03 +0000 (+0100) Subject: Shoosh compiler X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~513 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b03cf2115b4f69903be5b653884c4d60dbf812f2;p=emacs.git Shoosh compiler * eglot.el (eglot-server-ready-p): Use cl-defmethod --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 66ba03a6bd3..950cf6ada89 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/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.")