[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/textmodes/fill.el
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/textmodes/fill.el |
Date: |
Thu, 11 Apr 2002 22:56:29 -0400 |
Index: emacs/lisp/textmodes/fill.el
diff -c emacs/lisp/textmodes/fill.el:1.142 emacs/lisp/textmodes/fill.el:1.143
*** emacs/lisp/textmodes/fill.el:1.142 Thu Apr 11 20:01:53 2002
--- emacs/lisp/textmodes/fill.el Thu Apr 11 22:56:29 2002
***************
*** 660,668 ****
(progn
(delete-horizontal-space)
(justify-current-line justify t t))
! (forward-line -1)
! (justify-current-line justify nil t)
! (forward-line 1))))))
;; Leave point after final newline.
(goto-char to))
(unless (eobp)
--- 660,668 ----
(progn
(delete-horizontal-space)
(justify-current-line justify t t))
! (save-excursion
! (forward-line -1)
! (justify-current-line justify nil t)))))))
;; Leave point after final newline.
(goto-char to))
(unless (eobp)