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

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

[elpa] externals/mct c4f42a62b8 2/3: Delete trailing spaces


From: ELPA Syncer
Subject: [elpa] externals/mct c4f42a62b8 2/3: Delete trailing spaces
Date: Thu, 20 Jan 2022 13:57:47 -0500 (EST)

branch: externals/mct
commit c4f42a62b8748ad143770ba0c5b841c9bd58ffbe
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Delete trailing spaces
---
 mct.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mct.el b/mct.el
index c88d1bacb3..f3e6f6ba2b 100644
--- a/mct.el
+++ b/mct.el
@@ -426,10 +426,10 @@ Apply APP by first setting up the minibuffer to work with 
Mct."
   "Test if we have a one-column view available."
   (cond
    ;; FIXME 2022-01-19: Avoid duplication?
-   ((mct--region-p) 
+   ((mct--region-p)
     (and (eq mct-region-completions-format 'one-column)
          (>= emacs-major-version 28)))
-   ((mct--minibuffer-p) 
+   ((mct--minibuffer-p)
     (and (eq mct-completions-format 'one-column)
          (>= emacs-major-version 28)))))
 



reply via email to

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