branch: externals/mct
commit 2e8c44a526f9b1d985fd82116d22a4c98a52f2da
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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