]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 4 Apr 2003 17:24:46 +0000 (17:24 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 4 Apr 2003 17:24:46 +0000 (17:24 +0000)
lisp/ChangeLog

index 52a184f2f68e9838e28dc270d84de1e70de301fb..f5928201fec09637b3d6583aa74c7a40fabed192 100644 (file)
 
 2003-04-02  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * textmodes/refill.el (refill-fill-paragraph-at): Don't preserve
+       the trailing space since fill.el doesn't remove it anymore.
+       (refill-mode): Reset fill-paragraph-function even if it was nil.
+
+       * textmodes/fill.el (fill-region-as-paragraph):
+       Don't remove space at end of paragraph: it makes refill.el unusable.
+       Remove obsolete `save-restriction'.
+       (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
+       (fill-delete-newlines): Don't add a trailing space.
+       (fill-newline): Don't leave markers before the prefix.
+
        * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):
        New functions.
        (asm-mode): Use them in indent-line-function.