From 8cf6f4f292ec8ae469daa80e1b155240d845d73b Mon Sep 17 00:00:00 2001 From: Andrii Kolomoiets Date: Thu, 7 May 2020 00:35:48 +0300 Subject: [PATCH] Remove trailing whitespaces * eglot.el (defvar company-backends, eglot-code-actions): Remove trailing whitespace --- lisp/progmodes/eglot.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 03609a128c3..b5f05ce7e31 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -74,7 +74,7 @@ (require 'array) ;; forward-declare, but don't require (Emacs 28 doesn't seem to care) (defvar markdown-fontify-code-blocks-natively) -(defvar company-backends) +(defvar company-backends) (defvar company-tooltip-align-annotations) @@ -2563,7 +2563,7 @@ documentation. Honour `eglot-put-doc-in-help-buffer', (menu `("Eglot code actions:" ("dummy" ,@menu-items))) (action (if (listp last-nonmenu-event) (x-popup-menu last-nonmenu-event menu) - (cdr (assoc (completing-read "[eglot] Pick an action: " + (cdr (assoc (completing-read "[eglot] Pick an action: " menu-items nil t nil nil (car menu-items)) menu-items))))) -- 2.39.2