]> git.eshelyaron.com Git - emacs.git/commitdiff
Shoosh compiler
authorJoão Távora <joaotavora@gmail.com>
Tue, 5 Jun 2018 16:28:03 +0000 (17:28 +0100)
committerJoão Távora <joaotavora@gmail.com>
Tue, 5 Jun 2018 16:34:06 +0000 (17:34 +0100)
* eglot.el (eglot-server-ready-p): Use cl-defmethod

lisp/progmodes/eglot.el

index 66ba03a6bd32f980bb4affcdc529d3fa08f1ffc3..950cf6ada892a3248d3127f7f9b66cfaea202a5d 100644 (file)
@@ -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.")