aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/awk-mode.el
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2000-09-29 03:32:07 +0000
committerStefan Monnier <[email protected]>2000-09-29 03:32:07 +0000
commit5dd3f26b02153409f620a02eaf8b78820c14dc48 (patch)
tree41124fc960fa6d2af2ea4e43f780792950166cbb /lisp/progmodes/awk-mode.el
parent5bf9c8a0c9c76ea7f3ce37b91ada410b789adce2 (diff)
(awk-mode): Don't gratuitously override the default for comment-column.
Diffstat (limited to 'lisp/progmodes/awk-mode.el')
-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 1f738dcd36..599ffbd008 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)