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: Wed, 02 Apr 2003 18:40:37 -0500

Index: emacs/lisp/textmodes/fill.el
diff -c emacs/lisp/textmodes/fill.el:1.156 emacs/lisp/textmodes/fill.el:1.157
*** emacs/lisp/textmodes/fill.el:1.156  Wed Apr  2 18:04:09 2003
--- emacs/lisp/textmodes/fill.el        Wed Apr  2 18:40:36 2003
***************
*** 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)
!     (goto-char to)
!     (delete-horizontal-space)
!     (insert-and-inherit " "))
    (goto-char from))
  
  (defun fill-move-to-break-point (linebeg)
--- 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)




reply via email to

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