]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/eglot.el (eglot--track-changes-signal): More typo
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 May 2024 20:51:57 +0000 (16:51 -0400)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:38:01 +0000 (18:38 +0200)
(cherry picked from commit d0e391957b01f101b214f055cd27bb89c8d6fec9)

lisp/progmodes/eglot.el

index fefd4b87a17ebfda4a47c1e9032858662c26b573..8db27a130cd38258b4517952309d0651a01c6b20 100644 (file)
@@ -2708,8 +2708,8 @@ Records BEG, END and PRE-CHANGE-LENGTH locally."
                    ;; reschedule us.
                    nil
                  (run-hooks 'eglot--document-changed-hook)
-                 (setq eglot--change-idle-timer nil))))
-           (current-buffer)))))
+                 (setq eglot--change-idle-timer nil)))))
+         (current-buffer))))
 
 (defvar-local eglot-workspace-configuration ()
   "Configure LSP servers specifically for a given project.