]> git.eshelyaron.com Git - emacs.git/commitdiff
* eglot.el (eglot-completion-at-point): remove spurious unrelated change.
authorJoão Távora <joaotavora@gmail.com>
Sun, 17 Nov 2019 13:07:08 +0000 (13:07 +0000)
committerJoão Távora <joaotavora@gmail.com>
Sun, 17 Nov 2019 13:07:08 +0000 (13:07 +0000)
lisp/progmodes/eglot.el

index b30a236ed19a0fa65a0593645c98394c11b195db..1baa3393dc6f2e510376e1baa8cbc264f8b0c515 100644 (file)
@@ -1963,9 +1963,7 @@ is not active."
                                        :textDocument/completion
                                        (eglot--CompletionParams)
                                        :deferred :textDocument/completion
-                                       :cancel-on-input (prog1 non-essential
-                                                          (when non-essential
-                                                            (message "OH IT'S NON ESSENTIAL")))))
+                                       :cancel-on-input t))
                 (setq items (append
                              (if (vectorp resp) resp (plist-get resp :items))
                              nil))