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

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

[elpa] externals/mct f3d86fe28a 06/64: Rename internal function


From: ELPA Syncer
Subject: [elpa] externals/mct f3d86fe28a 06/64: Rename internal function
Date: Thu, 30 Dec 2021 23:57:49 -0500 (EST)

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

    Rename internal function
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index c9a50e536f..2131e54433 100644
--- a/mct.el
+++ b/mct.el
@@ -1196,7 +1196,7 @@ Meant to be added to `after-change-functions'."
       (define-key map (kbd "C-n") nil)
       (define-key map (kbd "C-p") nil))))
 
-(defun mct--completion-done (&rest app)
+(defun mct--region-completion-done (&rest app)
   (apply app)
   (completion-in-region-mode -1))
 



reply via email to

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