+2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
+
+ * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
+
2001-11-12 Richard M. Stallman <rms@gnu.org>
* calendar/todo-mode.el (todo-save): Add save-excursion
* vc.el (vc-clear-context): Fill obarray with 0, not nil.
(vc-annotate-color-map): Doc fix.
-
+
2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
* international/mule.el (make-translation-table): Doc fix.
;; Author: code extracted from Emacs-20's simple.el
;; Maintainer: Stefan Monnier <monnier@cs.yale.edu>
;; Keywords: comment uncomment
-;; Revision: $Id: newcomment.el,v 1.34 2001/09/01 21:23:17 monnier Exp $
+;; Revision: $Id: newcomment.el,v 1.35 2001/09/27 21:13:44 monnier Exp $
;; This file is part of GNU Emacs.
(goto-char (point-min))
(and (forward-comment 1) (eobp))))))
;; comment-padding
+ (unless comment-padding (setq comment-padding 0))
(when (integerp comment-padding)
(setq comment-padding (make-string comment-padding ? )))
;; comment markers