aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/awk-mode.el2
1 files changed, 0 insertions, 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."
139 (setq comment-start "# ") 139 (setq comment-start "# ")
140 (make-local-variable 'comment-end) 140 (make-local-variable 'comment-end)
141 (setq comment-end "") 141 (setq comment-end "")
142 (make-local-variable 'comment-column)
143 (setq comment-column 32)
144 (make-local-variable 'comment-start-skip) 142 (make-local-variable 'comment-start-skip)
145 (setq comment-start-skip "#+ *") 143 (setq comment-start-skip "#+ *")
146 (make-local-variable 'comment-indent-function) 144 (make-local-variable 'comment-indent-function)