From: Stefan Monnier Date: Thu, 5 Oct 2000 01:58:16 +0000 (+0000) Subject: (icon-mode): Don't gratuitously override the default for comment-column. X-Git-Tag: emacs-pretest-21.0.90~1151 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b5d006eaf9b507e4fe839e22e759997663551625;p=emacs.git (icon-mode): Don't gratuitously override the default for comment-column. --- diff --git a/lisp/progmodes/icon.el b/lisp/progmodes/icon.el index 96e46af2754..fed89e93038 100644 --- a/lisp/progmodes/icon.el +++ b/lisp/progmodes/icon.el @@ -183,8 +183,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)