emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/elpa 197984c 27/71: Remove trailing whitespaces


From: João Távora
Subject: [elpa] externals/elpa 197984c 27/71: Remove trailing whitespaces
Date: Wed, 16 Dec 2020 11:42:18 -0500 (EST)

branch: externals/elpa
commit 197984cdf16c2527910c5d7ea1fb6dc2bfebb13a
Author: muffinmad <andreyk.mad@gmail.com>
Commit: muffinmad <andreyk.mad@gmail.com>

    Remove trailing whitespaces
    
    * eglot.el (defvar company-backends, eglot-code-actions):
    Remove trailing whitespace
---
 eglot.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eglot.el b/eglot.el
index 03609a1..b5f05ce 100644
--- a/eglot.el
+++ b/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)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]