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

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

[elpa] externals/mct 2e8c44a 40/70: Tweak mct-beginning-of-buffer


From: ELPA Syncer
Subject: [elpa] externals/mct 2e8c44a 40/70: Tweak mct-beginning-of-buffer
Date: Thu, 11 Nov 2021 03:57:47 -0500 (EST)

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

    Tweak mct-beginning-of-buffer
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index 05518fb..6524e85 100644
--- a/mct.el
+++ b/mct.el
@@ -716,7 +716,7 @@ last character."
 (defun mct-beginning-of-buffer ()
   "Go to the top of the Completions buffer."
   (interactive nil mct-mode)
-  (goto-char (1+ (point-min))))
+  (goto-char (mct--first-completion-point)))
 
 (defun mct-keyboard-quit-dwim ()
   "Control the exit behaviour for completions' buffers.



reply via email to

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