File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 136136(declare-function edebug-next-mode " edebug" )
137137(declare-function edebug-stop " edebug" )
138138(declare-function eglot " ext:eglot" )
139- (declare-function eglot--major-mode " ext:eglot" t t )
139+ (declare-function eglot--major-modes " ext:eglot" t t )
140140(declare-function eglot--project-nickname " ext:eglot" t t )
141141(declare-function eglot--spinner " ext:eglot" t t )
142142(declare-function eglot-clear-status " ext:eglot" )
@@ -2052,7 +2052,7 @@ mouse-3: Clear this status" (plist-get last-error :message)))
20522052C-mouse-1: Go to server errors
20532053mouse-1: Go to server events
20542054mouse-2: Quit server
2055- mouse-3: Reconnect to server " nick (eglot--major-mode server)))
2055+ mouse-3: Reconnect to server " nick (eglot--major-modes server)))
20562056 (t " EGLOT Disconnected
20572057mouse-1: Start server" ))
20582058 'mouse-face 'doom-modeline-highlight
You can’t perform that action at this time.
0 commit comments