(awk-mode): Don't gratuitously override the default for comment-column.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Sep 2000 03:32:07 +0000 (03:32 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Sep 2000 03:32:07 +0000 (03:32 +0000)
lisp/progmodes/awk-mode.el

index 1f738dc..599ffbd 100644 (file)
@@ -139,8 +139,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)