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 16:43:12 -0500

Index: emacs/lisp/textmodes/fill.el
diff -c emacs/lisp/textmodes/fill.el:1.160 emacs/lisp/textmodes/fill.el:1.161
*** emacs/lisp/textmodes/fill.el:1.160  Fri Apr  4 15:57:54 2003
--- emacs/lisp/textmodes/fill.el        Fri Apr  4 16:43:12 2003
***************
*** 453,459 ****
      (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)
--- 453,459 ----
      (canonically-space-region (or squeeze-after (point)) to)
      ;; Remove trailing whitespace.
      ;; Maybe canonically-space-region should do that.
!     (goto-char to) (delete-char (- (skip-chars-backward " \t"))))
    (goto-char from))
  
  (defun fill-move-to-break-point (linebeg)




reply via email to

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