Mercurial > emacs
changeset 31984:cc01b409c5e9
(awk-mode): Don't gratuitously override the default for comment-column.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 29 Sep 2000 03:32:07 +0000 |
parents | eb15bee6f5e7 |
children | d3eedbb7bb46 |
files | lisp/progmodes/awk-mode.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/awk-mode.el Fri Sep 29 03:31:36 2000 +0000 +++ b/lisp/progmodes/awk-mode.el Fri Sep 29 03:32:07 2000 +0000 @@ -139,8 +139,6 @@ (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)