1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
---
ws-butler.el | 2 -
1 file changed, 1 insertion( ), 1 deletion(-)
--- a/ws-butler.el
b/ws-butler.el
@@ -248,7 248,7 @@ ensure point doesn't jump due to white s
(lambda (_prop beg end)
(save-excursion
(setq beg (progn (goto-char beg)
- (line-end-position))
(line-beginning-position))
;; Subtract one from end to overcome Emacs bug #17784, since we
;; always expand to end of line anyway, this should be OK.
end (progn (goto-char (1- end))
|