# HG changeset patch # User Stefan Monnier # Date 970361603 0 # Node ID 6ad7b904a2d2d296986aa4707da018e9b4a5b009 # Parent 74db1ffe4fe8f7ffd9746d1554294425af5c6384 (c-mode): Don't gratuitously override the default for comment-column. diff -r 74db1ffe4fe8 -r 6ad7b904a2d2 lisp/progmodes/c-mode.el --- a/lisp/progmodes/c-mode.el Sun Oct 01 00:47:41 2000 +0000 +++ b/lisp/progmodes/c-mode.el Sun Oct 01 00:53:23 2000 +0000 @@ -375,8 +375,6 @@ (setq comment-start "/* ") (make-local-variable 'comment-end) (setq comment-end " */") - (make-local-variable 'comment-column) - (setq comment-column 32) (make-local-variable 'comment-start-skip) (setq comment-start-skip "/\\*+ *") (make-local-variable 'comment-indent-function)