From: Andrii Kolomoiets Date: Wed, 6 May 2020 21:35:48 +0000 (+0300) Subject: Remove trailing whitespaces X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~224 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8cf6f4f292ec8ae469daa80e1b155240d845d73b;p=emacs.git Remove trailing whitespaces * eglot.el (defvar company-backends, eglot-code-actions): Remove trailing whitespace --- 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)))))