aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2000-09-29 03:32:07 +0000
committerStefan Monnier2000-09-29 03:32:07 +0000
commit5dd3f26b02153409f620a02eaf8b78820c14dc48 (patch)
tree41124fc960fa6d2af2ea4e43f780792950166cbb
parent5bf9c8a0c9c76ea7f3ce37b91ada410b789adce2 (diff)
downloademacs-5dd3f26b02153409f620a02eaf8b78820c14dc48.tar.gz
emacs-5dd3f26b02153409f620a02eaf8b78820c14dc48.zip
(awk-mode): Don't gratuitously override the default for comment-column.
-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)