(icon-mode): Don't gratuitously override the default for comment-column.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 Oct 2000 01:58:16 +0000 (01:58 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 Oct 2000 01:58:16 +0000 (01:58 +0000)
lisp/progmodes/icon.el

index 96e46af..fed89e9 100644 (file)
@@ -183,8 +183,6 @@ with no args, 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)