changeset 32026:57c841880df2

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 29 Sep 2000 22:21:30 +0000
parents e67c88d8e5c4
children 638a006b3c47
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Sep 29 22:14:58 2000 +0000
+++ b/lisp/ChangeLog	Fri Sep 29 22:21:30 2000 +0000
@@ -1,3 +1,11 @@
+2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* autoinsert.el (auto-insert-mode): Use define-minor-mode.
+
+	* newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
+	(comment-indent): Make sure there's a space between code and comment.
+	Shift comments left to avoid going past fill-column.
+
 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
 
 	* startup.el (startup-echo-area-message): New function.