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

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

[elpa] externals/topspace a6c375a96f 092/181: Fix typo caused in merge


From: ELPA Syncer
Subject: [elpa] externals/topspace a6c375a96f 092/181: Fix typo caused in merge
Date: Tue, 23 Aug 2022 12:58:37 -0400 (EDT)

branch: externals/topspace
commit a6c375a96f22066557767a2d99d4d4868d49aa2a
Author: Trevor Pogue <trevorpogue@gmail.com>
Commit: GitHub <noreply@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

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