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

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

[elpa] externals/mct 0362ca4bf1 34/64: Rename symbol for consistency


From: ELPA Syncer
Subject: [elpa] externals/mct 0362ca4bf1 34/64: Rename symbol for consistency
Date: Thu, 30 Dec 2021 23:57:58 -0500 (EST)

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

    Rename symbol for consistency
---
 mct.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mct.el b/mct.el
index a9fbdab483..fb4a6ccf1e 100644
--- a/mct.el
+++ b/mct.el
@@ -1121,7 +1121,7 @@ region.")
   (setq mct--region-buf (and completion-in-region--data
                              (marker-buffer (nth 0 
completion-in-region--data)))))
 
-(defun mct--focus-current-buffer ()
+(defun mct--region-focus-current-buffer ()
   "Focus the buffer where `completion-in-region' is active."
   (interactive nil mct-region-mode)
   (when-let ((buf (mct--region-current-buffer)))
@@ -1182,7 +1182,7 @@ current completion session."
 (defun mct--quit-completion-in-region ()
   "Bury the Completions and terminate completion in region."
   (quit-window nil (mct--get-completion-window))
-  (mct--focus-current-buffer)
+  (mct--region-focus-current-buffer)
   ;; FIXME 2021-12-27: Ensure that we have exited the
   ;; completion-in-region.
   (keyboard-quit))



reply via email to

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