emacs-diffs
[Top][All Lists]
Advanced

[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: Fri, 04 Apr 2003 15:56:10 -0500

Index: emacs/lisp/textmodes/fill.el
diff -c emacs/lisp/textmodes/fill.el:1.158 emacs/lisp/textmodes/fill.el:1.159
*** emacs/lisp/textmodes/fill.el:1.158  Wed Apr  2 19:53:49 2003
--- emacs/lisp/textmodes/fill.el        Fri Apr  4 15:56:10 2003
***************
*** 450,456 ****
    (subst-char-in-region from to ?\n ?\ )
    (if (and nosqueeze (not (eq justify 'full)))
        nil
!     (canonically-space-region (or squeeze-after (point)) to))
    (goto-char from))
  
  (defun fill-move-to-break-point (linebeg)
--- 450,459 ----
    (subst-char-in-region from to ?\n ?\ )
    (if (and nosqueeze (not (eq justify 'full)))
        nil
!     (canonically-space-region (or squeeze-after (point)) to)
!     ;; Remove trailing whitespace.
!     ;; Maybe canonically-space-region should do that.
!     (goto-char to) (delete-horizontal-space))
    (goto-char from))
  
  (defun fill-move-to-break-point (linebeg)




reply via email to

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