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

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

[nongnu] elpa/annotate af6d1bd39a 055/372: tiny bugfix


From: ELPA Syncer
Subject: [nongnu] elpa/annotate af6d1bd39a 055/372: tiny bugfix
Date: Fri, 4 Feb 2022 16:58:18 -0500 (EST)

branch: elpa/annotate
commit af6d1bd39a84bad3a51dc8ccf5fe4dbb45f1b761
Author: Bastian Bechtold <bb@Mr-Bigglesworth.local>
Commit: Bastian Bechtold <bastian.bechtold@jade-hs.de>

    tiny bugfix
    
    one less compile error
---
 annotate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/annotate.el b/annotate.el
index 972e49bdf9..d90cbcdc71 100644
--- a/annotate.el
+++ b/annotate.el
@@ -233,7 +233,7 @@ An example might look like this:"
                   (make-string (max 0 (- ov-start bol (string-width 
comment-start))) ? )
                   (make-string (max 0 (- eol ov-start)) ?~)))
         ;; fully underline second to second-to-last line
-        (while (< (progn (next-line)
+        (while (< (progn (forward-line)
                          (end-of-line)
                          (point)) (overlay-end ov))
           (let ((bol (progn (beginning-of-line)



reply via email to

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