Mercurial > emacs
changeset 31985:d3eedbb7bb46
(perl-mode): Don't gratuitously override the default for comment-column.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 29 Sep 2000 03:32:40 +0000 |
parents | cc01b409c5e9 |
children | 350d5ee0e430 |
files | lisp/progmodes/perl-mode.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/perl-mode.el Fri Sep 29 03:32:07 2000 +0000 +++ b/lisp/progmodes/perl-mode.el Fri Sep 29 03:32:40 2000 +0000 @@ -338,8 +338,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 "\\(^\\|\\s-\\);?#+ *") (make-local-variable 'comment-indent-function)