]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-mode): Don't gratuitously override the default for comment-column.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 1 Oct 2000 00:53:23 +0000 (00:53 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 1 Oct 2000 00:53:23 +0000 (00:53 +0000)
lisp/progmodes/c-mode.el

index 977e5e0b5e9012cd6ab6c1f626572f72b42e2aa4..2be4ea9ed18eb120971cfc27069e9a42c1130aac 100644 (file)
@@ -375,8 +375,6 @@ if that value is non-nil."
   (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)