branch: externals/topspace
commit a6c375a96f22066557767a2d99d4d4868d49aa2a
Author: Trevor Pogue <trevorpo...@gmail.com>
Commit: GitHub <nore...@github.com>

    Fix typo caused in merge
---
 topspace.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/topspace.el b/topspace.el
index 70aa52e2a6..a83445051f 100644
--- a/topspace.el
+++ b/topspace.el
@@ -349,7 +349,7 @@ return unexpected value when END is in column 0. This fixes 
that issue."
 (defun topspace--text (height)
   "Return the topline text that appears in the top overlay with height HEIGHT."
   (let ((text "")
-        (indicator-line (topspace--eval-choice-p
+        (indicator-line (topspace--eval-choice
                          topspace-empty-line-indicator)))
     (setq indicator-line (cl-concatenate 'string indicator-line "\n"))
     (when (> height 0)

Reply via email to