*** newcomment.el.~1.116.~ 2009-01-05 09:59:16.000000000 +0100 --- newcomment.el 2009-05-25 08:36:37.000000000 +0200 *************** *** 185,190 **** --- 185,191 ---- This should generally stay 0, except for a few modes like Lisp where it is 1 so that regions are commented with two or three semi-colons.") + ;;;###autoload (defconst comment-styles '((plain . (nil nil nil nil)) (indent . (nil nil nil t)) *************** *** 240,245 **** --- 241,247 ---- :type 'boolean :group 'comment) + ;;;###autoload (defcustom comment-empty-lines nil "If nil, `comment-region' does not comment out empty lines. If t, it always comments out empty lines. *************** *** 1232,1238 **** (buffer-substring (point) (progn (move-to-left-margin) (point))))))))))))) ! ;;;###autoload (defun comment-indent-new-line (&optional soft) --- 1234,1240 ---- (buffer-substring (point) (progn (move-to-left-margin) (point))))))))))))) ! ;;;###autoload (defun comment-indent-new-line (&optional soft)