Mercurial > emacs
changeset 32046:6ad7b904a2d2
(c-mode): Don't gratuitously override the default for comment-column.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 01 Oct 2000 00:53:23 +0000 |
parents | 74db1ffe4fe8 |
children | d481da7b59b0 |
files | lisp/progmodes/c-mode.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)