branch: externals/mct
commit 47bd9add289393940ff7778ae6fc0d22cf11cf20
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make mct--first-completion-point do the right thing regardless of 
completions-header-format
---
 mct.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mct.el b/mct.el
index 02c5f9d667..a41a4c57ea 100644
--- a/mct.el
+++ b/mct.el
@@ -627,8 +627,7 @@ by `mct--completions-window-name'."
   "Return the `point' of the first completion."
   (save-excursion
     (goto-char (point-max))
-    (when completions-header-format
-      (next-completion 1))
+    (next-completion 1)
     (point)))
 
 (defun mct--last-completion-point ()

Reply via email to