From: Stefan Monnier Date: Fri, 29 Sep 2000 03:32:07 +0000 (+0000) Subject: (awk-mode): Don't gratuitously override the default for comment-column. X-Git-Tag: emacs-pretest-21.0.90~1297 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5dd3f26b02153409f620a02eaf8b78820c14dc48;p=emacs.git (awk-mode): Don't gratuitously override the default for comment-column. --- diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el index 1f738dcd361..599ffbd0088 100644 --- a/lisp/progmodes/awk-mode.el +++ b/lisp/progmodes/awk-mode.el @@ -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)