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

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

[elpa] externals/mct a3edf3ce5a 28/64: Remove obsolete function


From: ELPA Syncer
Subject: [elpa] externals/mct a3edf3ce5a 28/64: Remove obsolete function
Date: Thu, 30 Dec 2021 23:57:56 -0500 (EST)

branch: externals/mct
commit a3edf3ce5a9d78739cf128fef91f5202382e9b9a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Remove obsolete function
---
 mct.el | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/mct.el b/mct.el
index ec57bd13f5..d66d3c5a38 100644
--- a/mct.el
+++ b/mct.el
@@ -582,16 +582,6 @@ ARG is a numeric argument for `next-completion', as 
described in
                 (save-match-data
                   (looking-at "[\s\t]*$"))))))
 
-(defun mct--focus-buf-or-mini ()
-  "Switch away from the Completions to the right destination."
-  (cond
-   ;; FIXME 2021-12-03: same principle as what I wrote above
-   ;; `mct--region-or-minibuffer-active-p'.
-   ((mct--region-current-buffer)
-    (mct--focus-current-buffer))
-   ((mct--active-p)
-    (mct-focus-minibuffer))))
-
 (defun mct--next-completion (arg)
   "Routine to move to the next ARGth completion candidate."
   (if (not (mct--one-column-p))



reply via email to

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