branch: elpa/annotate commit af6d1bd39a84bad3a51dc8ccf5fe4dbb45f1b761 Author: Bastian Bechtold <bb@Mr-Bigglesworth.local> Commit: Bastian Bechtold <bastian.becht...@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)