# HG changeset patch # User Stefan Monnier # Date 970198327 0 # Node ID cc01b409c5e993fd6fef60cd01f400431e746abf # Parent eb15bee6f5e7be26fe7da76c3fb0d68f1169a95d (awk-mode): Don't gratuitously override the default for comment-column. diff -r eb15bee6f5e7 -r cc01b409c5e9 lisp/progmodes/awk-mode.el --- a/lisp/progmodes/awk-mode.el Fri Sep 29 03:31:36 2000 +0000 +++ b/lisp/progmodes/awk-mode.el Fri Sep 29 03:32:07 2000 +0000 @@ -139,8 +139,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)