Raymond Toy pushed to branch issue-327-fix-crlf-lf-eol at cmucl / cmucl Commits: 0d968caf by Raymond Toy at 2024-06-06T20:41:28-07:00 Fix up one more CRLF file Run dos2unix on hemlock/command.lisp to convert CRLF to LF. - - - - - 1 changed file: - src/hemlock/command.lisp Changes: ===================================== src/hemlock/command.lisp ===================================== @@ -311,7 +311,7 @@ window, up one screenfull. If P is supplied then scroll that many lines." (if p - (scroll-window window (- p)) + (scroll-window window (- p)) (let ((height (- (window-height window))) (overlap (- (value scroll-overlap)))) (scroll-window window (if (>= height overlap) View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/0d968caf23929f85d360bdeb... -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/0d968caf23929f85d360bdeb... You're receiving this email because of your account on gitlab.common-lisp.net.