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

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

[nongnu] elpa/annotate 30f639c524 212/372: - fixed return value of 'mayb


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 30f639c524 212/372: - fixed return value of 'maybe-force-newline-policy'.
Date: Fri, 4 Feb 2022 16:59:01 -0500 (EST)

branch: elpa/annotate
commit 30f639c524589899add1dee2925d83255c9a0901
Author: cage <cage-invalid@invalid>
Commit: cage <cage-invalid@invalid>

    - fixed return value of 'maybe-force-newline-policy'.
---
 annotate.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/annotate.el b/annotate.el
index a7b5c3518f..c191301dae 100644
--- a/annotate.el
+++ b/annotate.el
@@ -1534,7 +1534,8 @@ The searched interval can be customized setting the 
variable:
                              (cl-find-if (lambda (a) (/= a 
default-face-height))
                                          all-faces-height))
                        (when force-newline-p
-                         (annotate-annotation-force-newline-policy 
annotation))))))
+                         (annotate-annotation-force-newline-policy annotation))
+                       annotation))))
       (if (not (annotate-string-empty-p annotated-text))
           (let ((text-to-match (ignore-errors
                                  (buffer-substring-no-properties start end))))



reply via email to

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