comparison lisp/ChangeLog @ 34463:144a3dcc72e1

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Tue, 12 Dec 2000 01:20:55 +0000
parents 872edce15ab6
children 95887061f1e4
comparison
equal deleted inserted replaced
34462:6a7373de926f 34463:144a3dcc72e1
1 2000-12-12 Miles Bader <miles@gnu.org>
2
3 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4 Respect field end too.
5 (just-one-space): Respect fields as `delete-horizontal-space'.
6 (newline-and-indent, reindent-then-newline-and-indent): Use
7 `delete-horizontal-space'.
8
1 2000-12-11 Stefan Monnier <monnier@cs.yale.edu> 9 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
2 10
3 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space 11 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4 (so as to obey the field property in the minibuffer). 12 (so as to obey the field property in the minibuffer).
5 13