aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2000-12-11 21:41:41 +0000
committerStefan Monnier2000-12-11 21:41:41 +0000
commitadf9c99461b20d75675ac0c2086874adacd7dcf7 (patch)
treec10181dca80613b5bebba878b54b072b4bab7435 /lisp/ChangeLog
parent4b0cd42df2ba0b4e30efb32743f6fd9db6f0585f (diff)
downloademacs-adf9c99461b20d75675ac0c2086874adacd7dcf7.tar.gz
emacs-adf9c99461b20d75675ac0c2086874adacd7dcf7.zip
(comment-indent-new-line): Use delete-horizontal-space
(so as to obey the field property in the minibuffer).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 635a40d30aa..3fdad5280c7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12000-12-11 Stefan Monnier <monnier@cs.yale.edu> 12000-12-11 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4 (so as to obey the field property in the minibuffer).
5
3 * obsolete/c-mode.el: Moved from lisp/progmodes. 6 * obsolete/c-mode.el: Moved from lisp/progmodes.
4 * obsolete/auto-show.el: Moved from lisp. 7 * obsolete/auto-show.el: Moved from lisp.
5 * obsolete/ooutline.el: Moved from lisp/textmodes. 8 * obsolete/ooutline.el: Moved from lisp/textmodes.