From 5dd3f26b02153409f620a02eaf8b78820c14dc48 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 29 Sep 2000 03:32:07 +0000 Subject: [PATCH] (awk-mode): Don't gratuitously override the default for comment-column. --- lisp/progmodes/awk-mode.el | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.39.5